Html Css Color HEX #956E91 Violet Blue

📋 copy color: '#956E91'

red 149 ◦ green 110 ◦ blue 145

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

Shades of Violet Blue #956E91

Tints of Violet Blue #956E91

RGB

 RED value IS 149 (58.59% from 255) = 36.88%

 GREEN value IS 110 (43.36% from 255) = 27.23%

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

R = 36.88%
G = 27.23%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#956E91 (or 0x956E91) is known color: Violet Blue. HEX triplet: 95, 6E and 91. RGB value is (149,110,145). Sum of RGB (Red+Green+Blue) = 149+110+145=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #956E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956E91 is #6A916E. Grayscale: #7D7D7D. Windows color (decimal): -6984047 or 9531029. OLE color: 9531029.

HSL color Cylindrical-coordinate representation of color #956E91: hue angle of 306.15º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #956E91 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 110 145 -
CMYK 0 0.26 0.03 0.42
HSL 306.15º 0.16% 0.51% -
HSV(B) 306.15º 0.26% 0.58% -
XYZ 23.08 19.59 29.35 -
YUV 125.65 138.92 144.65 -
System Red Green Blue C M Y K H S L
Decimal 149 110 145 0 0.26 0.03 0.42 306.15 0.16 0.51
Hex 95 6E 91 0 1A 3 2A 132 10 33
Octal 225 156 221 0 32 3 52 462 20 63
Binary 10010101 1101110 10010001 0 11010 11 101010 100110010 10000 110011

Color Harmonies of #956E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956E91

Black with #956E91

Text Example


Text Example

White with #956E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956E91; }

 p { color: rgb(149,110,145); }

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

background-color css

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

 a { background-color: rgb(149,110,145); }

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

border-color css

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

 span { border-color: rgb(149,110,145); }

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