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

📋 copy color: '#956DBA'

red 149 ◦ green 109 ◦ blue 186

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

Shades of Purple Mountain's Majesty #956DBA

Tints of Purple Mountain's Majesty #956DBA

RGB

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

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

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

R = 33.56%
G = 24.55%
B = 41.89%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#956DBA (or 0x956DBA) is known color: Purple Mountain's Majesty. HEX triplet: 95, 6D and BA. RGB value is (149,109,186). Sum of RGB (Red+Green+Blue) = 149+109+186=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #956DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956DBA is #6A9245. Grayscale: #818181. Windows color (decimal): -6984262 or 12217749. OLE color: 12217749.

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

Color convert

RGB 149 109 186 -
CMYK 0.20 0.41 0 0.27
HSL 271.17º 0.36% 0.58% -
HSV(B) 271.17º 0.41% 0.73% -
XYZ 26.73 20.87 49.07 -
YUV 129.74 159.75 141.74 -
System Red Green Blue C M Y K H S L
Decimal 149 109 186 0.20 0.41 0 0.27 271.17 0.36 0.58
Hex 95 6D BA 14 29 0 1B 10F 24 3A
Octal 225 155 272 24 51 0 33 417 44 72
Binary 10010101 1101101 10111010 10100 101001 0 11011 100001111 100100 111010

Color Harmonies of #956DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956DBA

Black with #956DBA

Text Example


Text Example

White with #956DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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