Html Css Color HEX #996998 Violet Blue

📋 copy color: '#996998'

red 153 ◦ green 105 ◦ blue 152

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

Shades of Violet Blue #996998

Tints of Violet Blue #996998

RGB

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

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

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

R = 37.32%
G = 25.61%
B = 37.07%

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

#996998 (or 0x996998) is known color: Violet Blue. HEX triplet: 99, 69 and 98. RGB value is (153,105,152). Sum of RGB (Red+Green+Blue) = 153+105+152=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 153 - color contains mainly: red. Hex color #996998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996998 is #669667. Grayscale: #7C7C7C. Windows color (decimal): -6723176 or 9988505. OLE color: 9988505.

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

Color convert

RGB 153 105 152 -
CMYK 0 0.31 0.01 0.4
HSL 301.25º 0.19% 0.51% -
HSV(B) 301.25º 0.31% 0.6% -
XYZ 23.86 19.14 32.14 -
YUV 124.71 143.4 148.18 -
System Red Green Blue C M Y K H S L
Decimal 153 105 152 0 0.31 0.01 0.4 301.25 0.19 0.51
Hex 99 69 98 0 1F 1 28 12D 13 33
Octal 231 151 230 0 37 1 50 455 23 63
Binary 10011001 1101001 10011000 0 11111 1 101000 100101101 10011 110011

Color Harmonies of #996998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996998

Black with #996998

Text Example


Text Example

White with #996998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996998; }

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

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

background-color css

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

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

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

border-color css

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

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

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