Html Css Color HEX #996197 Violet Blue

📋 copy color: '#996197'

red 153 ◦ green 97 ◦ blue 151

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

Shades of Violet Blue #996197

Tints of Violet Blue #996197

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.19%

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

R = 38.15%
G = 24.19%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#996197 (or 0x996197) is known color: Violet Blue. HEX triplet: 99, 61 and 97. RGB value is (153,97,151). Sum of RGB (Red+Green+Blue) = 153+97+151=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 153 - color contains mainly: red. Hex color #996197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996197 is #669E68. Grayscale: #777777. Windows color (decimal): -6725225 or 9920921. OLE color: 9920921.

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

Color convert

RGB 153 97 151 -
CMYK 0 0.37 0.01 0.4
HSL 302.14º 0.22% 0.49% -
HSV(B) 302.14º 0.37% 0.6% -
XYZ 23 17.56 31.45 -
YUV 119.9 145.55 151.61 -
System Red Green Blue C M Y K H S L
Decimal 153 97 151 0 0.37 0.01 0.4 302.14 0.22 0.49
Hex 99 61 97 0 25 1 28 12E 16 31
Octal 231 141 227 0 45 1 50 456 26 61
Binary 10011001 1100001 10010111 0 100101 1 101000 100101110 10110 110001

Color Harmonies of #996197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996197

Black with #996197

Text Example


Text Example

White with #996197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996197; }

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

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

background-color css

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

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

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

border-color css

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

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

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