Html Css Color HEX #956EB8 Purple Mountain's Majesty

📋 copy color: '#956EB8'

red 149 ◦ green 110 ◦ blue 184

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

Shades of Purple Mountain's Majesty #956EB8

Tints of Purple Mountain's Majesty #956EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.53%

R = 33.63%
G = 24.83%
B = 41.53%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#956EB8 (or 0x956EB8) is known color: Purple Mountain's Majesty. HEX triplet: 95, 6E and B8. RGB value is (149,110,184). Sum of RGB (Red+Green+Blue) = 149+110+184=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 184 - color contains mainly: blue. Hex color #956EB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956EB8 is #6A9147. Grayscale: #818181. Windows color (decimal): -6984008 or 12086933. OLE color: 12086933.

HSL color Cylindrical-coordinate representation of color #956EB8: hue angle of 271.62º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #956EB8 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 149 110 184 -
CMYK 0.19 0.40 0 0.28
HSL 271.62º 0.34% 0.58% -
HSV(B) 271.62º 0.4% 0.72% -
XYZ 26.62 21 48 -
YUV 130.1 158.42 141.48 -
System Red Green Blue C M Y K H S L
Decimal 149 110 184 0.19 0.40 0 0.28 271.62 0.34 0.58
Hex 95 6E B8 13 28 0 1C 110 22 3A
Octal 225 156 270 23 50 0 34 420 42 72
Binary 10010101 1101110 10111000 10011 101000 0 11100 100010000 100010 111010

Color Harmonies of #956EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956EB8

Black with #956EB8

Text Example


Text Example

White with #956EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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