Html Css Color HEX #964697 Violet Blue

📋 copy color: '#964697'

red 150 ◦ green 70 ◦ blue 151

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

Shades of Violet Blue #964697

Tints of Violet Blue #964697

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.87%

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

R = 40.43%
G = 18.87%
B = 40.7%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#964697 (or 0x964697) is known color: Violet Blue. HEX triplet: 96, 46 and 97. RGB value is (150,70,151). Sum of RGB (Red+Green+Blue) = 150+70+151=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 151 - color contains mainly: blue. Hex color #964697 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964697 is #69B968. Grayscale: #666666. Windows color (decimal): -6928745 or 9914006. OLE color: 9914006.

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

Color convert

RGB 150 70 151 -
CMYK 0.01 0.54 0 0.41
HSL 299.26º 0.37% 0.43% -
HSV(B) 299.26º 0.54% 0.59% -
XYZ 20.35 13.1 30.73 -
YUV 103.15 155 161.41 -
System Red Green Blue C M Y K H S L
Decimal 150 70 151 0.01 0.54 0 0.41 299.26 0.37 0.43
Hex 96 46 97 1 36 0 29 12B 25 2B
Octal 226 106 227 1 66 0 51 453 45 53
Binary 10010110 1000110 10010111 1 110110 0 101001 100101011 100101 101011

Color Harmonies of #964697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964697

Black with #964697

Text Example


Text Example

White with #964697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964697; }

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

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

background-color css

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

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

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

border-color css

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

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

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