Html Css Color HEX #996E96 Violet Blue

📋 copy color: '#996E96'

red 153 ◦ green 110 ◦ blue 150

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

Shades of Violet Blue #996E96

Tints of Violet Blue #996E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.32%

R = 37.05%
G = 26.63%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#996E96 (or 0x996E96) is known color: Violet Blue. HEX triplet: 99, 6E and 96. RGB value is (153,110,150). Sum of RGB (Red+Green+Blue) = 153+110+150=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 153 - color contains mainly: red. Hex color #996E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996E96 is #669169. Grayscale: #7F7F7F. Windows color (decimal): -6721898 or 9858713. OLE color: 9858713.

HSL color Cylindrical-coordinate representation of color #996E96: hue angle of 304.19º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #996E96 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 110 150 -
CMYK 0 0.28 0.02 0.4
HSL 304.19º 0.17% 0.52% -
HSV(B) 304.19º 0.28% 0.6% -
XYZ 24.22 20.13 31.46 -
YUV 127.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 153 110 150 0 0.28 0.02 0.4 304.19 0.17 0.52
Hex 99 6E 96 0 1C 2 28 130 11 34
Octal 231 156 226 0 34 2 50 460 21 64
Binary 10011001 1101110 10010110 0 11100 10 101000 100110000 10001 110100

Color Harmonies of #996E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E96

Black with #996E96

Text Example


Text Example

White with #996E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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