Html Css Color HEX #996B94 Violet Blue

📋 copy color: '#996B94'

red 153 ◦ green 107 ◦ blue 148

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

Shades of Violet Blue #996B94

Tints of Violet Blue #996B94

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.23%

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

R = 37.5%
G = 26.23%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#996B94 (or 0x996B94) is known color: Violet Blue. HEX triplet: 99, 6B and 94. RGB value is (153,107,148). Sum of RGB (Red+Green+Blue) = 153+107+148=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 153 - color contains mainly: red. Hex color #996B94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996B94 is #66946B. Grayscale: #7D7D7D. Windows color (decimal): -6722668 or 9726873. OLE color: 9726873.

HSL color Cylindrical-coordinate representation of color #996B94: hue angle of 306.52º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #996B94 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 107 148 -
CMYK 0 0.30 0.03 0.4
HSL 306.52º 0.18% 0.51% -
HSV(B) 306.52º 0.3% 0.6% -
XYZ 23.74 19.43 30.52 -
YUV 125.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 153 107 148 0 0.30 0.03 0.4 306.52 0.18 0.51
Hex 99 6B 94 0 1E 3 28 133 12 33
Octal 231 153 224 0 36 3 50 463 22 63
Binary 10011001 1101011 10010100 0 11110 11 101000 100110011 10010 110011

Color Harmonies of #996B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B94

Black with #996B94

Text Example


Text Example

White with #996B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996B94; }

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

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

background-color css

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

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

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

border-color css

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

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

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