Html Css Color HEX #996596 Violet Blue

📋 copy color: '#996596'

red 153 ◦ green 101 ◦ blue 150

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

Shades of Violet Blue #996596

Tints of Violet Blue #996596

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25%

 BLUE value IS 150 (58.98% from 255) = 37.13%

R = 37.87%
G = 25%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#996596 (or 0x996596) is known color: Violet Blue. HEX triplet: 99, 65 and 96. RGB value is (153,101,150). Sum of RGB (Red+Green+Blue) = 153+101+150=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 153 - color contains mainly: red. Hex color #996596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996596 is #669A69. Grayscale: #797979. Windows color (decimal): -6724202 or 9856409. OLE color: 9856409.

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

Color convert

RGB 153 101 150 -
CMYK 0 0.34 0.02 0.4
HSL 303.46º 0.2% 0.5% -
HSV(B) 303.46º 0.34% 0.6% -
XYZ 23.3 18.28 31.16 -
YUV 122.13 143.73 150.02 -
System Red Green Blue C M Y K H S L
Decimal 153 101 150 0 0.34 0.02 0.4 303.46 0.2 0.5
Hex 99 65 96 0 22 2 28 12F 14 32
Octal 231 145 226 0 42 2 50 457 24 62
Binary 10011001 1100101 10010110 0 100010 10 101000 100101111 10100 110010

Color Harmonies of #996596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996596

Black with #996596

Text Example


Text Example

White with #996596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996596; }

 p { color: rgb(153,101,150); }

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

background-color css

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

 a { background-color: rgb(153,101,150); }

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

border-color css

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

 span { border-color: rgb(153,101,150); }

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