Html Css Color HEX #966999 Violet Blue

📋 copy color: '#966999'

red 150 ◦ green 105 ◦ blue 153

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

Shades of Violet Blue #966999

Tints of Violet Blue #966999

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #966999: hue angle of 296.25º 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 #966999 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 105 153 -
CMYK 0.02 0.31 0 0.4
HSL 296.25º 0.19% 0.51% -
HSV(B) 296.25º 0.31% 0.6% -
XYZ 23.38 18.89 32.55 -
YUV 123.93 144.41 146.6 -
System Red Green Blue C M Y K H S L
Decimal 150 105 153 0.02 0.31 0 0.4 296.25 0.19 0.51
Hex 96 69 99 2 1F 0 28 128 13 33
Octal 226 151 231 2 37 0 50 450 23 63
Binary 10010110 1101001 10011001 10 11111 0 101000 100101000 10011 110011

Color Harmonies of #966999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966999

Black with #966999

Text Example


Text Example

White with #966999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966999; }

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

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

background-color css

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

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

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

border-color css

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

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

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