Html Css Color HEX #996E9E Violet Blue

📋 copy color: '#996E9E'

red 153 ◦ green 110 ◦ blue 158

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

Shades of Violet Blue #996E9E

Tints of Violet Blue #996E9E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.13%

 BLUE value IS 158 (62.11% from 255) = 37.53%

R = 36.34%
G = 26.13%
B = 37.53%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#996E9E (or 0x996E9E) is known color: Violet Blue. HEX triplet: 99, 6E and 9E. RGB value is (153,110,158). Sum of RGB (Red+Green+Blue) = 153+110+158=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 158 - color contains mainly: blue. Hex color #996E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996E9E is #669161. Grayscale: #808080. Windows color (decimal): -6721890 or 10383001. OLE color: 10383001.

HSL color Cylindrical-coordinate representation of color #996E9E: hue angle of 293.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #996E9E is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 110 158 -
CMYK 0.03 0.30 0 0.38
HSL 293.75º 0.2% 0.53% -
HSV(B) 293.75º 0.3% 0.62% -
XYZ 24.88 20.39 34.97 -
YUV 128.33 144.75 145.6 -
System Red Green Blue C M Y K H S L
Decimal 153 110 158 0.03 0.30 0 0.38 293.75 0.2 0.53
Hex 99 6E 9E 3 1E 0 26 126 14 35
Octal 231 156 236 3 36 0 46 446 24 65
Binary 10011001 1101110 10011110 11 11110 0 100110 100100110 10100 110101

Color Harmonies of #996E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E9E

Black with #996E9E

Text Example


Text Example

White with #996E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996E9E; }

 p { color: rgb(153,110,158); }

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

background-color css

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

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

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

border-color css

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

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

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