Html Css Color HEX #996996 Violet Blue

📋 copy color: '#996996'

red 153 ◦ green 105 ◦ blue 150

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

Shades of Violet Blue #996996

Tints of Violet Blue #996996

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.74%

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

R = 37.5%
G = 25.74%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#996996 (or 0x996996) is known color: Violet Blue. HEX triplet: 99, 69 and 96. RGB value is (153,105,150). Sum of RGB (Red+Green+Blue) = 153+105+150=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 153 - color contains mainly: red. Hex color #996996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996996 is #669669. Grayscale: #7C7C7C. Windows color (decimal): -6723178 or 9857433. OLE color: 9857433.

HSL color Cylindrical-coordinate representation of color #996996: hue angle of 303.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #996996 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 105 150 -
CMYK 0 0.31 0.02 0.4
HSL 303.75º 0.19% 0.51% -
HSV(B) 303.75º 0.31% 0.6% -
XYZ 23.69 19.08 31.29 -
YUV 124.48 142.4 148.34 -
System Red Green Blue C M Y K H S L
Decimal 153 105 150 0 0.31 0.02 0.4 303.75 0.19 0.51
Hex 99 69 96 0 1F 2 28 130 13 33
Octal 231 151 226 0 37 2 50 460 23 63
Binary 10011001 1101001 10010110 0 11111 10 101000 100110000 10011 110011

Color Harmonies of #996996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996996

Black with #996996

Text Example


Text Example

White with #996996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996996; }

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

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

background-color css

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

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

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

border-color css

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

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

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