Html Css Color HEX #966696 Violet Blue

📋 copy color: '#966696'

red 150 ◦ green 102 ◦ blue 150

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

Shades of Violet Blue #966696

Tints of Violet Blue #966696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.37%

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

R = 37.31%
G = 25.37%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#966696 (or 0x966696) is known color: Violet Blue. HEX triplet: 96, 66 and 96. RGB value is (150,102,150). Sum of RGB (Red+Green+Blue) = 150+102+150=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #966696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966696 is #699969. Grayscale: #797979. Windows color (decimal): -6920554 or 9856662. OLE color: 9856662.

HSL color Cylindrical-coordinate representation of color #966696: hue angle of 300º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #966696 is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 102 150 -
CMYK 0 0.32 0 0.41
HSL 300º 0.19% 0.49% -
HSV(B) 300º 0.32% 0.59% -
XYZ 22.83 18.19 31.16 -
YUV 121.82 143.9 148.1 -
System Red Green Blue C M Y K H S L
Decimal 150 102 150 0 0.32 0 0.41 300 0.19 0.49
Hex 96 66 96 0 20 0 29 12C 13 31
Octal 226 146 226 0 40 0 51 454 23 61
Binary 10010110 1100110 10010110 0 100000 0 101001 100101100 10011 110001

Color Harmonies of #966696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966696

Black with #966696

Text Example


Text Example

White with #966696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966696; }

 p { color: rgb(150,102,150); }

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

background-color css

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

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

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

border-color css

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

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

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