Html Css Color HEX #996E9F Violet Blue

📋 copy color: '#996E9F'

red 153 ◦ green 110 ◦ blue 159

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

Shades of Violet Blue #996E9F

Tints of Violet Blue #996E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.68%

R = 36.26%
G = 26.07%
B = 37.68%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#996E9F (or 0x996E9F) is known color: Violet Blue. HEX triplet: 99, 6E and 9F. RGB value is (153,110,159). Sum of RGB (Red+Green+Blue) = 153+110+159=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 159 - color contains mainly: blue. Hex color #996E9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996E9F is #669160. Grayscale: #808080. Windows color (decimal): -6721889 or 10448537. OLE color: 10448537.

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

Color convert

RGB 153 110 159 -
CMYK 0.04 0.31 0 0.38
HSL 292.65º 0.2% 0.53% -
HSV(B) 292.65º 0.31% 0.62% -
XYZ 24.97 20.43 35.43 -
YUV 128.44 145.25 145.52 -
System Red Green Blue C M Y K H S L
Decimal 153 110 159 0.04 0.31 0 0.38 292.65 0.2 0.53
Hex 99 6E 9F 4 1F 0 26 125 14 35
Octal 231 156 237 4 37 0 46 445 24 65
Binary 10011001 1101110 10011111 100 11111 0 100110 100100101 10100 110101

Color Harmonies of #996E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E9F

Black with #996E9F

Text Example


Text Example

White with #996E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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