Html Css Color HEX #996193 Violet Blue

📋 copy color: '#996193'

red 153 ◦ green 97 ◦ blue 147

#996193
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #996193

Tints of Violet Blue #996193

RGB

 RED value IS 153 (60.16% from 255) = 38.54%

 GREEN value IS 97 (38.28% from 255) = 24.43%

 BLUE value IS 147 (57.81% from 255) = 37.03%

R = 38.54%
G = 24.43%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#996193 (or 0x996193) is known color: Violet Blue. HEX triplet: 99, 61 and 93. RGB value is (153,97,147). Sum of RGB (Red+Green+Blue) = 153+97+147=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #996193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996193 is #669E6C. Grayscale: #777777. Windows color (decimal): -6725229 or 9658777. OLE color: 9658777.

HSL color Cylindrical-coordinate representation of color #996193: hue angle of 306.43º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996193 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 97 147 -
CMYK 0 0.37 0.04 0.4
HSL 306.43º 0.22% 0.49% -
HSV(B) 306.43º 0.37% 0.6% -
XYZ 22.68 17.43 29.77 -
YUV 119.44 143.55 151.93 -
System Red Green Blue C M Y K H S L
Decimal 153 97 147 0 0.37 0.04 0.4 306.43 0.22 0.49
Hex 99 61 93 0 25 4 28 132 16 31
Octal 231 141 223 0 45 4 50 462 26 61
Binary 10011001 1100001 10010011 0 100101 100 101000 100110010 10110 110001

Color Harmonies of #996193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996193

Black with #996193

Text Example


Text Example

White with #996193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996193; }

 p { color: rgb(153,97,147); }

 H1.HeaderClassName
 {
   color: #996193;
 }
 .AnyTagClassName
 {
   color: #996193;
 }
</style>

background-color css

<style>
 a { background-color: #996193; }

 a { background-color: rgb(153,97,147); }

 div.DivClassName
 {
   background-color: #996193;
 }
 .BgClassName
 {
   background-color: #996193;
 }
</style>

border-color css

<style>
 span { border-color: #996193; }

 span { border-color: rgb(153,97,147); }

 td.TdClassName
 {
   border-color: #996193;
 }
 .TagClassName
 {
   border-color: #996193;
 }
</style>