Html Css Color HEX #966497 Violet Blue

📋 copy color: '#966497'

red 150 ◦ green 100 ◦ blue 151

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

Shades of Violet Blue #966497

Tints of Violet Blue #966497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.94%

 BLUE value IS 151 (59.38% from 255) = 37.66%

R = 37.41%
G = 24.94%
B = 37.66%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#966497 (or 0x966497) is known color: Violet Blue. HEX triplet: 96, 64 and 97. RGB value is (150,100,151). Sum of RGB (Red+Green+Blue) = 150+100+151=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 151 - color contains mainly: blue. Hex color #966497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966497 is #699B68. Grayscale: #787878. Windows color (decimal): -6921065 or 9921686. OLE color: 9921686.

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

Color convert

RGB 150 100 151 -
CMYK 0.01 0.34 0 0.41
HSL 298.82º 0.2% 0.49% -
HSV(B) 298.82º 0.34% 0.59% -
XYZ 22.72 17.83 31.52 -
YUV 120.76 145.07 148.85 -
System Red Green Blue C M Y K H S L
Decimal 150 100 151 0.01 0.34 0 0.41 298.82 0.2 0.49
Hex 96 64 97 1 22 0 29 12B 14 31
Octal 226 144 227 1 42 0 51 453 24 61
Binary 10010110 1100100 10010111 1 100010 0 101001 100101011 10100 110001

Color Harmonies of #966497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966497

Black with #966497

Text Example


Text Example

White with #966497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966497; }

 p { color: rgb(150,100,151); }

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

background-color css

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

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

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

border-color css

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

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

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