Html Css Color HEX #966D97 Violet Blue

📋 copy color: '#966D97'

red 150 ◦ green 109 ◦ blue 151

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

Shades of Violet Blue #966D97

Tints of Violet Blue #966D97

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.59%

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

R = 36.59%
G = 26.59%
B = 36.83%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#966D97 (or 0x966D97) is known color: Violet Blue. HEX triplet: 96, 6D and 97. RGB value is (150,109,151). Sum of RGB (Red+Green+Blue) = 150+109+151=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 151 - color contains mainly: blue. Hex color #966D97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966D97 is #699268. Grayscale: #7D7D7D. Windows color (decimal): -6918761 or 9923990. OLE color: 9923990.

HSL color Cylindrical-coordinate representation of color #966D97: hue angle of 298.57º 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 #966D97 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 109 151 -
CMYK 0.01 0.28 0 0.41
HSL 298.57º 0.17% 0.51% -
HSV(B) 298.57º 0.28% 0.59% -
XYZ 23.63 19.66 31.83 -
YUV 126.05 142.08 145.08 -
System Red Green Blue C M Y K H S L
Decimal 150 109 151 0.01 0.28 0 0.41 298.57 0.17 0.51
Hex 96 6D 97 1 1C 0 29 12B 11 33
Octal 226 155 227 1 34 0 51 453 21 63
Binary 10010110 1101101 10010111 1 11100 0 101001 100101011 10001 110011

Color Harmonies of #966D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966D97

Black with #966D97

Text Example


Text Example

White with #966D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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