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

📋 copy color: '#956BBA'

red 149 ◦ green 107 ◦ blue 186

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

Shades of Purple Mountain's Majesty #956BBA

Tints of Purple Mountain's Majesty #956BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.21%

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

R = 33.71%
G = 24.21%
B = 42.08%

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

#956BBA (or 0x956BBA) is known color: Purple Mountain's Majesty. HEX triplet: 95, 6B and BA. RGB value is (149,107,186). Sum of RGB (Red+Green+Blue) = 149+107+186=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #956BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956BBA is #6A9445. Grayscale: #808080. Windows color (decimal): -6984774 or 12217237. OLE color: 12217237.

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

Color convert

RGB 149 107 186 -
CMYK 0.20 0.42 0 0.27
HSL 271.9º 0.36% 0.57% -
HSV(B) 271.9º 0.42% 0.73% -
XYZ 26.52 20.45 49 -
YUV 128.56 160.41 142.58 -
System Red Green Blue C M Y K H S L
Decimal 149 107 186 0.20 0.42 0 0.27 271.9 0.36 0.57
Hex 95 6B BA 14 2A 0 1B 110 24 39
Octal 225 153 272 24 52 0 33 420 44 71
Binary 10010101 1101011 10111010 10100 101010 0 11011 100010000 100100 111001

Color Harmonies of #956BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956BBA

Black with #956BBA

Text Example


Text Example

White with #956BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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