Html Css Color HEX #996691 Violet Blue

📋 copy color: '#996691'

red 153 ◦ green 102 ◦ blue 145

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

Shades of Violet Blue #996691

Tints of Violet Blue #996691

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.5%

 BLUE value IS 145 (57.03% from 255) = 36.25%

R = 38.25%
G = 25.5%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#996691 (or 0x996691) is known color: Violet Blue. HEX triplet: 99, 66 and 91. RGB value is (153,102,145). Sum of RGB (Red+Green+Blue) = 153+102+145=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #996691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996691 is #66996E. Grayscale: #7A7A7A. Windows color (decimal): -6723951 or 9528985. OLE color: 9528985.

HSL color Cylindrical-coordinate representation of color #996691: hue angle of 309.41º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #996691 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 102 145 -
CMYK 0 0.33 0.05 0.4
HSL 309.41º 0.2% 0.5% -
HSV(B) 309.41º 0.33% 0.6% -
XYZ 23 18.32 29.11 -
YUV 122.15 140.9 150 -
System Red Green Blue C M Y K H S L
Decimal 153 102 145 0 0.33 0.05 0.4 309.41 0.2 0.5
Hex 99 66 91 0 21 5 28 135 14 32
Octal 231 146 221 0 41 5 50 465 24 62
Binary 10011001 1100110 10010001 0 100001 101 101000 100110101 10100 110010

Color Harmonies of #996691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996691

Black with #996691

Text Example


Text Example

White with #996691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996691; }

 p { color: rgb(153,102,145); }

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

background-color css

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

 a { background-color: rgb(153,102,145); }

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

border-color css

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

 span { border-color: rgb(153,102,145); }

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