Html Css Color HEX #966691 Violet Blue

📋 copy color: '#966691'

red 150 ◦ green 102 ◦ blue 145

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

Shades of Violet Blue #966691

Tints of Violet Blue #966691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.52%

R = 37.78%
G = 25.69%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#966691 (or 0x966691) is known color: Violet Blue. HEX triplet: 96, 66 and 91. RGB value is (150,102,145). Sum of RGB (Red+Green+Blue) = 150+102+145=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #966691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966691 is #69996E. Grayscale: #797979. Windows color (decimal): -6920559 or 9528982. OLE color: 9528982.

HSL color Cylindrical-coordinate representation of color #966691: hue angle of 306.25º 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 #966691 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 102 145 -
CMYK 0 0.32 0.03 0.41
HSL 306.25º 0.19% 0.49% -
HSV(B) 306.25º 0.32% 0.59% -
XYZ 22.44 18.03 29.09 -
YUV 121.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 150 102 145 0 0.32 0.03 0.41 306.25 0.19 0.49
Hex 96 66 91 0 20 3 29 132 13 31
Octal 226 146 221 0 40 3 51 462 23 61
Binary 10010110 1100110 10010001 0 100000 11 101001 100110010 10011 110001

Color Harmonies of #966691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966691

Black with #966691

Text Example


Text Example

White with #966691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966691; }

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

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

background-color css

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

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

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

border-color css

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

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

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