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

📋 copy color: '#956CBA'

red 149 ◦ green 108 ◦ blue 186

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

Shades of Purple Mountain's Majesty #956CBA

Tints of Purple Mountain's Majesty #956CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.38%

 BLUE value IS 186 (73.05% from 255) = 41.99%

R = 33.63%
G = 24.38%
B = 41.99%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#956CBA (or 0x956CBA) is known color: Purple Mountain's Majesty. HEX triplet: 95, 6C and BA. RGB value is (149,108,186). Sum of RGB (Red+Green+Blue) = 149+108+186=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #956CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956CBA is #6A9345. Grayscale: #808080. Windows color (decimal): -6984518 or 12217493. OLE color: 12217493.

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

Color convert

RGB 149 108 186 -
CMYK 0.20 0.42 0 0.27
HSL 271.54º 0.36% 0.58% -
HSV(B) 271.54º 0.42% 0.73% -
XYZ 26.62 20.66 49.04 -
YUV 129.15 160.08 142.16 -
System Red Green Blue C M Y K H S L
Decimal 149 108 186 0.20 0.42 0 0.27 271.54 0.36 0.58
Hex 95 6C BA 14 2A 0 1B 110 24 3A
Octal 225 154 272 24 52 0 33 420 44 72
Binary 10010101 1101100 10111010 10100 101010 0 11011 100010000 100100 111010

Color Harmonies of #956CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956CBA

Black with #956CBA

Text Example


Text Example

White with #956CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,108,186); }

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

background-color css

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

 a { background-color: rgb(149,108,186); }

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

border-color css

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

 span { border-color: rgb(149,108,186); }

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