Html Css Color HEX #996594 Violet Blue

📋 copy color: '#996594'

red 153 ◦ green 101 ◦ blue 148

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

Shades of Violet Blue #996594

Tints of Violet Blue #996594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.82%

R = 38.06%
G = 25.12%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#996594 (or 0x996594) is known color: Violet Blue. HEX triplet: 99, 65 and 94. RGB value is (153,101,148). Sum of RGB (Red+Green+Blue) = 153+101+148=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #996594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996594 is #669A6B. Grayscale: #797979. Windows color (decimal): -6724204 or 9725337. OLE color: 9725337.

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

Color convert

RGB 153 101 148 -
CMYK 0 0.34 0.03 0.4
HSL 305.77º 0.2% 0.5% -
HSV(B) 305.77º 0.34% 0.6% -
XYZ 23.14 18.22 30.31 -
YUV 121.91 142.73 150.18 -
System Red Green Blue C M Y K H S L
Decimal 153 101 148 0 0.34 0.03 0.4 305.77 0.2 0.5
Hex 99 65 94 0 22 3 28 132 14 32
Octal 231 145 224 0 42 3 50 462 24 62
Binary 10011001 1100101 10010100 0 100010 11 101000 100110010 10100 110010

Color Harmonies of #996594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996594

Black with #996594

Text Example


Text Example

White with #996594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996594; }

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

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

background-color css

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

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

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

border-color css

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

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

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