Html Css Color HEX #996E9B Violet Blue

📋 copy color: '#996E9B'

red 153 ◦ green 110 ◦ blue 155

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

Shades of Violet Blue #996E9B

Tints of Violet Blue #996E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.08%

R = 36.6%
G = 26.32%
B = 37.08%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#996E9B (or 0x996E9B) is known color: Violet Blue. HEX triplet: 99, 6E and 9B. RGB value is (153,110,155). Sum of RGB (Red+Green+Blue) = 153+110+155=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 155 - color contains mainly: blue. Hex color #996E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996E9B is #669164. Grayscale: #7F7F7F. Windows color (decimal): -6721893 or 10186393. OLE color: 10186393.

HSL color Cylindrical-coordinate representation of color #996E9B: hue angle of 297.33º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #996E9B is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 110 155 -
CMYK 0.01 0.29 0 0.39
HSL 297.33º 0.18% 0.52% -
HSV(B) 297.33º 0.29% 0.61% -
XYZ 24.63 20.29 33.63 -
YUV 127.99 143.25 145.84 -
System Red Green Blue C M Y K H S L
Decimal 153 110 155 0.01 0.29 0 0.39 297.33 0.18 0.52
Hex 99 6E 9B 1 1D 0 27 129 12 34
Octal 231 156 233 1 35 0 47 451 22 64
Binary 10011001 1101110 10011011 1 11101 0 100111 100101001 10010 110100

Color Harmonies of #996E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E9B

Black with #996E9B

Text Example


Text Example

White with #996E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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