Html Css Color HEX #996297 Violet Blue

📋 copy color: '#996297'

red 153 ◦ green 98 ◦ blue 151

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

Shades of Violet Blue #996297

Tints of Violet Blue #996297

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.38%

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

R = 38.06%
G = 24.38%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#996297 (or 0x996297) is known color: Violet Blue. HEX triplet: 99, 62 and 97. RGB value is (153,98,151). Sum of RGB (Red+Green+Blue) = 153+98+151=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #996297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996297 is #669D68. Grayscale: #787878. Windows color (decimal): -6724969 or 9921177. OLE color: 9921177.

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

Color convert

RGB 153 98 151 -
CMYK 0 0.36 0.01 0.4
HSL 302.18º 0.22% 0.49% -
HSV(B) 302.18º 0.36% 0.6% -
XYZ 23.09 17.74 31.49 -
YUV 120.49 145.22 151.19 -
System Red Green Blue C M Y K H S L
Decimal 153 98 151 0 0.36 0.01 0.4 302.18 0.22 0.49
Hex 99 62 97 0 24 1 28 12E 16 31
Octal 231 142 227 0 44 1 50 456 26 61
Binary 10011001 1100010 10010111 0 100100 1 101000 100101110 10110 110001

Color Harmonies of #996297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996297

Black with #996297

Text Example


Text Example

White with #996297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996297; }

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

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

background-color css

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

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

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

border-color css

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

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

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