Html Css Color HEX #996899 Violet Blue

📋 copy color: '#996899'

red 153 ◦ green 104 ◦ blue 153

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

Shades of Violet Blue #996899

Tints of Violet Blue #996899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.37%

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

R = 37.32%
G = 25.37%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#996899 (or 0x996899) is known color: Violet Blue. HEX triplet: 99, 68 and 99. RGB value is (153,104,153). Sum of RGB (Red+Green+Blue) = 153+104+153=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #996899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996899 is #669766. Grayscale: #7C7C7C. Windows color (decimal): -6723431 or 10053785. OLE color: 10053785.

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

Color convert

RGB 153 104 153 -
CMYK 0 0.32 0 0.4
HSL 300º 0.19% 0.5% -
HSV(B) 300º 0.32% 0.6% -
XYZ 23.84 18.97 32.54 -
YUV 124.24 144.23 148.52 -
System Red Green Blue C M Y K H S L
Decimal 153 104 153 0 0.32 0 0.4 300 0.19 0.5
Hex 99 68 99 0 20 0 28 12C 13 32
Octal 231 150 231 0 40 0 50 454 23 62
Binary 10011001 1101000 10011001 0 100000 0 101000 100101100 10011 110010

Color Harmonies of #996899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996899

Black with #996899

Text Example


Text Example

White with #996899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996899; }

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

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

background-color css

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

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

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

border-color css

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

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

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