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

📋 copy color: '#956FB9'

red 149 ◦ green 111 ◦ blue 185

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

Shades of Purple Mountain's Majesty #956FB9

Tints of Purple Mountain's Majesty #956FB9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.94%

 BLUE value IS 185 (72.66% from 255) = 41.57%

R = 33.48%
G = 24.94%
B = 41.57%

CMYK

 C value IS 0.19

 M value IS 0.4

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#956FB9 (or 0x956FB9) is known color: Purple Mountain's Majesty. HEX triplet: 95, 6F and B9. RGB value is (149,111,185). Sum of RGB (Red+Green+Blue) = 149+111+185=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 185 - color contains mainly: blue. Hex color #956FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956FB9 is #6A9046. Grayscale: #828282. Windows color (decimal): -6983751 or 12152725. OLE color: 12152725.

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

Color convert

RGB 149 111 185 -
CMYK 0.19 0.4 0 0.27
HSL 270.81º 0.35% 0.58% -
HSV(B) 270.81º 0.4% 0.73% -
XYZ 26.84 21.26 48.59 -
YUV 130.8 158.59 140.98 -
System Red Green Blue C M Y K H S L
Decimal 149 111 185 0.19 0.4 0 0.27 270.81 0.35 0.58
Hex 95 6F B9 13 28 0 1B 10F 23 3A
Octal 225 157 271 23 50 0 33 417 43 72
Binary 10010101 1101111 10111001 10011 101000 0 11011 100001111 100011 111010

Color Harmonies of #956FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956FB9

Black with #956FB9

Text Example


Text Example

White with #956FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,111,185); }

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

background-color css

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

 a { background-color: rgb(149,111,185); }

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

border-color css

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

 span { border-color: rgb(149,111,185); }

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