Html Css Color HEX #996997 Violet Blue

📋 copy color: '#996997'

red 153 ◦ green 105 ◦ blue 151

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

Shades of Violet Blue #996997

Tints of Violet Blue #996997

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.67%

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

R = 37.41%
G = 25.67%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#996997 (or 0x996997) is known color: Violet Blue. HEX triplet: 99, 69 and 97. RGB value is (153,105,151). Sum of RGB (Red+Green+Blue) = 153+105+151=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #996997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996997 is #669668. Grayscale: #7C7C7C. Windows color (decimal): -6723177 or 9922969. OLE color: 9922969.

HSL color Cylindrical-coordinate representation of color #996997: hue angle of 302.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #996997 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 105 151 -
CMYK 0 0.31 0.01 0.4
HSL 302.5º 0.19% 0.51% -
HSV(B) 302.5º 0.31% 0.6% -
XYZ 23.77 19.11 31.71 -
YUV 124.6 142.9 148.26 -
System Red Green Blue C M Y K H S L
Decimal 153 105 151 0 0.31 0.01 0.4 302.5 0.19 0.51
Hex 99 69 97 0 1F 1 28 12E 13 33
Octal 231 151 227 0 37 1 50 456 23 63
Binary 10011001 1101001 10010111 0 11111 1 101000 100101110 10011 110011

Color Harmonies of #996997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996997

Black with #996997

Text Example


Text Example

White with #996997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996997; }

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

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

background-color css

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

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

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

border-color css

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

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

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