Html Css Color HEX #996099 Violet Blue

📋 copy color: '#996099'

red 153 ◦ green 96 ◦ blue 153

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

Shades of Violet Blue #996099

Tints of Violet Blue #996099

RGB

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

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

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

R = 38.06%
G = 23.88%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#996099 (or 0x996099) is known color: Violet Blue. HEX triplet: 99, 60 and 99. RGB value is (153,96,153). Sum of RGB (Red+Green+Blue) = 153+96+153=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #996099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996099 is #669F66. Grayscale: #777777. Windows color (decimal): -6725479 or 10051737. OLE color: 10051737.

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

Color convert

RGB 153 96 153 -
CMYK 0 0.37 0 0.4
HSL 300º 0.23% 0.49% -
HSV(B) 300º 0.37% 0.6% -
XYZ 23.07 17.44 32.29 -
YUV 119.54 146.88 151.87 -
System Red Green Blue C M Y K H S L
Decimal 153 96 153 0 0.37 0 0.4 300 0.23 0.49
Hex 99 60 99 0 25 0 28 12C 17 31
Octal 231 140 231 0 45 0 50 454 27 61
Binary 10011001 1100000 10011001 0 100101 0 101000 100101100 10111 110001

Color Harmonies of #996099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996099

Black with #996099

Text Example


Text Example

White with #996099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996099; }

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

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

background-color css

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

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

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

border-color css

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

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

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