Html Css Color HEX #964691 Violet Blue

📋 copy color: '#964691'

red 150 ◦ green 70 ◦ blue 145

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

Shades of Violet Blue #964691

Tints of Violet Blue #964691

RGB

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

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

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

R = 41.1%
G = 19.18%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#964691 (or 0x964691) is known color: Violet Blue. HEX triplet: 96, 46 and 91. RGB value is (150,70,145). Sum of RGB (Red+Green+Blue) = 150+70+145=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #964691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964691 is #69B96E. Grayscale: #666666. Windows color (decimal): -6928751 or 9520790. OLE color: 9520790.

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

Color convert

RGB 150 70 145 -
CMYK 0 0.53 0.03 0.41
HSL 303.75º 0.36% 0.43% -
HSV(B) 303.75º 0.53% 0.59% -
XYZ 19.88 12.91 28.23 -
YUV 102.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 150 70 145 0 0.53 0.03 0.41 303.75 0.36 0.43
Hex 96 46 91 0 35 3 29 130 24 2B
Octal 226 106 221 0 65 3 51 460 44 53
Binary 10010110 1000110 10010001 0 110101 11 101001 100110000 100100 101011

Color Harmonies of #964691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964691

Black with #964691

Text Example


Text Example

White with #964691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964691; }

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

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

background-color css

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

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

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

border-color css

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

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

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