Html Css Color HEX #996695 Violet Blue

📋 copy color: '#996695'

red 153 ◦ green 102 ◦ blue 149

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

Shades of Violet Blue #996695

Tints of Violet Blue #996695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.88%

R = 37.87%
G = 25.25%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#996695 (or 0x996695) is known color: Violet Blue. HEX triplet: 99, 66 and 95. RGB value is (153,102,149). Sum of RGB (Red+Green+Blue) = 153+102+149=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 153 - color contains mainly: red. Hex color #996695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996695 is #66996A. Grayscale: #7A7A7A. Windows color (decimal): -6723947 or 9791129. OLE color: 9791129.

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

Color convert

RGB 153 102 149 -
CMYK 0 0.33 0.03 0.4
HSL 304.71º 0.2% 0.5% -
HSV(B) 304.71º 0.33% 0.6% -
XYZ 23.31 18.44 30.77 -
YUV 122.61 142.9 149.68 -
System Red Green Blue C M Y K H S L
Decimal 153 102 149 0 0.33 0.03 0.4 304.71 0.2 0.5
Hex 99 66 95 0 21 3 28 131 14 32
Octal 231 146 225 0 41 3 50 461 24 62
Binary 10011001 1100110 10010101 0 100001 11 101000 100110001 10100 110010

Color Harmonies of #996695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996695

Black with #996695

Text Example


Text Example

White with #996695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996695; }

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

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

background-color css

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

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

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

border-color css

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

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

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