Html Css Color HEX #964491 Violet Blue

📋 copy color: '#964491'

red 150 ◦ green 68 ◦ blue 145

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

Shades of Violet Blue #964491

Tints of Violet Blue #964491

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.73%

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

R = 41.32%
G = 18.73%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#964491 (or 0x964491) is known color: Violet Blue. HEX triplet: 96, 44 and 91. RGB value is (150,68,145). Sum of RGB (Red+Green+Blue) = 150+68+145=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 145 (57.03% from 255 or 39.94% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #964491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964491 is #69BB6E. Grayscale: #656565. Windows color (decimal): -6929263 or 9520278. OLE color: 9520278.

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

Color convert

RGB 150 68 145 -
CMYK 0 0.55 0.03 0.41
HSL 303.66º 0.38% 0.43% -
HSV(B) 303.66º 0.55% 0.59% -
XYZ 19.76 12.66 28.19 -
YUV 101.3 152.67 162.74 -
System Red Green Blue C M Y K H S L
Decimal 150 68 145 0 0.55 0.03 0.41 303.66 0.38 0.43
Hex 96 44 91 0 37 3 29 130 26 2B
Octal 226 104 221 0 67 3 51 460 46 53
Binary 10010110 1000100 10010001 0 110111 11 101001 100110000 100110 101011

Color Harmonies of #964491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964491

Black with #964491

Text Example


Text Example

White with #964491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964491; }

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

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

background-color css

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

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

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

border-color css

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

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

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