Html Css Color HEX #996697 Violet Blue

📋 copy color: '#996697'

red 153 ◦ green 102 ◦ blue 151

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

Shades of Violet Blue #996697

Tints of Violet Blue #996697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.19%

R = 37.68%
G = 25.12%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#996697 (or 0x996697) is known color: Violet Blue. HEX triplet: 99, 66 and 97. RGB value is (153,102,151). Sum of RGB (Red+Green+Blue) = 153+102+151=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #996697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996697 is #669968. Grayscale: #7A7A7A. Windows color (decimal): -6723945 or 9922201. OLE color: 9922201.

HSL color Cylindrical-coordinate representation of color #996697: hue angle of 302.35º 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 #996697 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 102 151 -
CMYK 0 0.33 0.01 0.4
HSL 302.35º 0.2% 0.5% -
HSV(B) 302.35º 0.33% 0.6% -
XYZ 23.47 18.51 31.61 -
YUV 122.84 143.9 149.52 -
System Red Green Blue C M Y K H S L
Decimal 153 102 151 0 0.33 0.01 0.4 302.35 0.2 0.5
Hex 99 66 97 0 21 1 28 12E 14 32
Octal 231 146 227 0 41 1 50 456 24 62
Binary 10011001 1100110 10010111 0 100001 1 101000 100101110 10100 110010

Color Harmonies of #996697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996697

Black with #996697

Text Example


Text Example

White with #996697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996697; }

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

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

background-color css

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

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

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

border-color css

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

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

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