Html Css Color HEX #996F96 Violet Blue

📋 copy color: '#996F96'

red 153 ◦ green 111 ◦ blue 150

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

Shades of Violet Blue #996F96

Tints of Violet Blue #996F96

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.81%

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

R = 36.96%
G = 26.81%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#996F96 (or 0x996F96) is known color: Violet Blue. HEX triplet: 99, 6F and 96. RGB value is (153,111,150). Sum of RGB (Red+Green+Blue) = 153+111+150=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #996F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996F96 is #669069. Grayscale: #7F7F7F. Windows color (decimal): -6721642 or 9858969. OLE color: 9858969.

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

Color convert

RGB 153 111 150 -
CMYK 0 0.27 0.02 0.4
HSL 304.29º 0.17% 0.52% -
HSV(B) 304.29º 0.27% 0.6% -
XYZ 24.33 20.34 31.5 -
YUV 128 140.41 145.83 -
System Red Green Blue C M Y K H S L
Decimal 153 111 150 0 0.27 0.02 0.4 304.29 0.17 0.52
Hex 99 6F 96 0 1B 2 28 130 11 34
Octal 231 157 226 0 33 2 50 460 21 64
Binary 10011001 1101111 10010110 0 11011 10 101000 100110000 10001 110100

Color Harmonies of #996F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996F96

Black with #996F96

Text Example


Text Example

White with #996F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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