Html Css Color HEX #965991 Violet Blue

📋 copy color: '#965991'

red 150 ◦ green 89 ◦ blue 145

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

Shades of Violet Blue #965991

Tints of Violet Blue #965991

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.18%

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

R = 39.06%
G = 23.18%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#965991 (or 0x965991) is known color: Violet Blue. HEX triplet: 96, 59 and 91. RGB value is (150,89,145). Sum of RGB (Red+Green+Blue) = 150+89+145=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #965991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965991 is #69A66E. Grayscale: #717171. Windows color (decimal): -6923887 or 9525654. OLE color: 9525654.

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

Color convert

RGB 150 89 145 -
CMYK 0 0.41 0.03 0.41
HSL 304.92º 0.26% 0.47% -
HSV(B) 304.92º 0.41% 0.59% -
XYZ 21.26 15.67 28.69 -
YUV 113.62 145.71 153.95 -
System Red Green Blue C M Y K H S L
Decimal 150 89 145 0 0.41 0.03 0.41 304.92 0.26 0.47
Hex 96 59 91 0 29 3 29 131 1A 2F
Octal 226 131 221 0 51 3 51 461 32 57
Binary 10010110 1011001 10010001 0 101001 11 101001 100110001 11010 101111

Color Harmonies of #965991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965991

Black with #965991

Text Example


Text Example

White with #965991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965991; }

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

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

background-color css

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

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

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

border-color css

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

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

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