Html Css Color HEX #966C96 Violet Blue

📋 copy color: '#966C96'

red 150 ◦ green 108 ◦ blue 150

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

Shades of Violet Blue #966C96

Tints of Violet Blue #966C96

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.47%

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

R = 36.76%
G = 26.47%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#966C96 (or 0x966C96) is known color: Violet Blue. HEX triplet: 96, 6C and 96. RGB value is (150,108,150). Sum of RGB (Red+Green+Blue) = 150+108+150=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #966C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966C96 is #699369. Grayscale: #7D7D7D. Windows color (decimal): -6919018 or 9858198. OLE color: 9858198.

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

Color convert

RGB 150 108 150 -
CMYK 0 0.28 0 0.41
HSL 300º 0.17% 0.51% -
HSV(B) 300º 0.28% 0.59% -
XYZ 23.45 19.41 31.37 -
YUV 125.35 141.91 145.58 -
System Red Green Blue C M Y K H S L
Decimal 150 108 150 0 0.28 0 0.41 300 0.17 0.51
Hex 96 6C 96 0 1C 0 29 12C 11 33
Octal 226 154 226 0 34 0 51 454 21 63
Binary 10010110 1101100 10010110 0 11100 0 101001 100101100 10001 110011

Color Harmonies of #966C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966C96

Black with #966C96

Text Example


Text Example

White with #966C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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