Html Css Color HEX #965491 Violet Blue

📋 copy color: '#965491'

red 150 ◦ green 84 ◦ blue 145

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

Shades of Violet Blue #965491

Tints of Violet Blue #965491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.16%

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

R = 39.58%
G = 22.16%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#965491 (or 0x965491) is known color: Violet Blue. HEX triplet: 96, 54 and 91. RGB value is (150,84,145). Sum of RGB (Red+Green+Blue) = 150+84+145=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #965491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965491 is #69AB6E. Grayscale: #6E6E6E. Windows color (decimal): -6925167 or 9524374. OLE color: 9524374.

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

Color convert

RGB 150 84 145 -
CMYK 0 0.44 0.03 0.41
HSL 304.55º 0.28% 0.46% -
HSV(B) 304.55º 0.44% 0.59% -
XYZ 20.86 14.87 28.56 -
YUV 110.69 147.37 156.04 -
System Red Green Blue C M Y K H S L
Decimal 150 84 145 0 0.44 0.03 0.41 304.55 0.28 0.46
Hex 96 54 91 0 2C 3 29 131 1C 2E
Octal 226 124 221 0 54 3 51 461 34 56
Binary 10010110 1010100 10010001 0 101100 11 101001 100110001 11100 101110

Color Harmonies of #965491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965491

Black with #965491

Text Example


Text Example

White with #965491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965491; }

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

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

background-color css

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

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

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

border-color css

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

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

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