Html Css Color HEX #996097 Violet Blue

📋 copy color: '#996097'

red 153 ◦ green 96 ◦ blue 151

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

Shades of Violet Blue #996097

Tints of Violet Blue #996097

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24%

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

R = 38.25%
G = 24%
B = 37.75%

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

#996097 (or 0x996097) is known color: Violet Blue. HEX triplet: 99, 60 and 97. RGB value is (153,96,151). Sum of RGB (Red+Green+Blue) = 153+96+151=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #996097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996097 is #669F68. Grayscale: #777777. Windows color (decimal): -6725481 or 9920665. OLE color: 9920665.

HSL color Cylindrical-coordinate representation of color #996097: hue angle of 302.11º degrees, saturation: 0.23, 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 #996097 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 96 151 -
CMYK 0 0.37 0.01 0.4
HSL 302.11º 0.23% 0.49% -
HSV(B) 302.11º 0.37% 0.6% -
XYZ 22.91 17.37 31.42 -
YUV 119.31 145.88 152.03 -
System Red Green Blue C M Y K H S L
Decimal 153 96 151 0 0.37 0.01 0.4 302.11 0.23 0.49
Hex 99 60 97 0 25 1 28 12E 17 31
Octal 231 140 227 0 45 1 50 456 27 61
Binary 10011001 1100000 10010111 0 100101 1 101000 100101110 10111 110001

Color Harmonies of #996097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996097

Black with #996097

Text Example


Text Example

White with #996097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996097; }

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

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

background-color css

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

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

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

border-color css

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

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

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