Html Css Color HEX #956D91 Violet Blue

📋 copy color: '#956D91'

red 149 ◦ green 109 ◦ blue 145

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

Shades of Violet Blue #956D91

Tints of Violet Blue #956D91

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.05%

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

R = 36.97%
G = 27.05%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#956D91 (or 0x956D91) is known color: Violet Blue. HEX triplet: 95, 6D and 91. RGB value is (149,109,145). Sum of RGB (Red+Green+Blue) = 149+109+145=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 149 - color contains mainly: red. Hex color #956D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956D91 is #6A926E. Grayscale: #7C7C7C. Windows color (decimal): -6984303 or 9530773. OLE color: 9530773.

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

Color convert

RGB 149 109 145 -
CMYK 0 0.27 0.03 0.42
HSL 306º 0.16% 0.51% -
HSV(B) 306º 0.27% 0.58% -
XYZ 22.97 19.37 29.32 -
YUV 125.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 149 109 145 0 0.27 0.03 0.42 306 0.16 0.51
Hex 95 6D 91 0 1B 3 2A 132 10 33
Octal 225 155 221 0 33 3 52 462 20 63
Binary 10010101 1101101 10010001 0 11011 11 101010 100110010 10000 110011

Color Harmonies of #956D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956D91

Black with #956D91

Text Example


Text Example

White with #956D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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