Html Css Color HEX #956E97 Violet Blue

📋 copy color: '#956E97'

red 149 ◦ green 110 ◦ blue 151

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

Shades of Violet Blue #956E97

Tints of Violet Blue #956E97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.83%

R = 36.34%
G = 26.83%
B = 36.83%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#956E97 (or 0x956E97) is known color: Violet Blue. HEX triplet: 95, 6E and 97. RGB value is (149,110,151). Sum of RGB (Red+Green+Blue) = 149+110+151=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 151 - color contains mainly: blue. Hex color #956E97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956E97 is #6A9168. Grayscale: #7E7E7E. Windows color (decimal): -6984041 or 9924245. OLE color: 9924245.

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

Color convert

RGB 149 110 151 -
CMYK 0.01 0.27 0 0.41
HSL 297.07º 0.16% 0.51% -
HSV(B) 297.07º 0.27% 0.59% -
XYZ 23.56 19.78 31.85 -
YUV 126.34 141.92 144.17 -
System Red Green Blue C M Y K H S L
Decimal 149 110 151 0.01 0.27 0 0.41 297.07 0.16 0.51
Hex 95 6E 97 1 1B 0 29 129 10 33
Octal 225 156 227 1 33 0 51 451 20 63
Binary 10010101 1101110 10010111 1 11011 0 101001 100101001 10000 110011

Color Harmonies of #956E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956E97

Black with #956E97

Text Example


Text Example

White with #956E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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