Html Css Color HEX #996498 Violet Blue

📋 copy color: '#996498'

red 153 ◦ green 100 ◦ blue 152

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

Shades of Violet Blue #996498

Tints of Violet Blue #996498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.69%

 BLUE value IS 152 (59.77% from 255) = 37.53%

R = 37.78%
G = 24.69%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#996498 (or 0x996498) is known color: Violet Blue. HEX triplet: 99, 64 and 98. RGB value is (153,100,152). Sum of RGB (Red+Green+Blue) = 153+100+152=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #996498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996498 is #669B67. Grayscale: #797979. Windows color (decimal): -6724456 or 9987225. OLE color: 9987225.

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

Color convert

RGB 153 100 152 -
CMYK 0 0.35 0.01 0.4
HSL 301.13º 0.21% 0.5% -
HSV(B) 301.13º 0.35% 0.6% -
XYZ 23.36 18.15 31.98 -
YUV 121.78 145.06 150.27 -
System Red Green Blue C M Y K H S L
Decimal 153 100 152 0 0.35 0.01 0.4 301.13 0.21 0.5
Hex 99 64 98 0 23 1 28 12D 15 32
Octal 231 144 230 0 43 1 50 455 25 62
Binary 10011001 1100100 10011000 0 100011 1 101000 100101101 10101 110010

Color Harmonies of #996498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996498

Black with #996498

Text Example


Text Example

White with #996498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996498; }

 p { color: rgb(153,100,152); }

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

background-color css

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

 a { background-color: rgb(153,100,152); }

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

border-color css

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

 span { border-color: rgb(153,100,152); }

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