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

📋 copy color: '#956FB6'

red 149 ◦ green 111 ◦ blue 182

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

Shades of Purple Mountain's Majesty #956FB6

Tints of Purple Mountain's Majesty #956FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.18%

R = 33.71%
G = 25.11%
B = 41.18%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#956FB6 (or 0x956FB6) is known color: Purple Mountain's Majesty. HEX triplet: 95, 6F and B6. RGB value is (149,111,182). Sum of RGB (Red+Green+Blue) = 149+111+182=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 182 - color contains mainly: blue. Hex color #956FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956FB6 is #6A9049. Grayscale: #828282. Windows color (decimal): -6983754 or 11956117. OLE color: 11956117.

HSL color Cylindrical-coordinate representation of color #956FB6: hue angle of 272.11º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #956FB6 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 111 182 -
CMYK 0.18 0.39 0 0.29
HSL 272.11º 0.33% 0.57% -
HSV(B) 272.11º 0.39% 0.71% -
XYZ 26.52 21.14 46.94 -
YUV 130.46 157.09 141.23 -
System Red Green Blue C M Y K H S L
Decimal 149 111 182 0.18 0.39 0 0.29 272.11 0.33 0.57
Hex 95 6F B6 12 27 0 1D 110 21 39
Octal 225 157 266 22 47 0 35 420 41 71
Binary 10010101 1101111 10110110 10010 100111 0 11101 100010000 100001 111001

Color Harmonies of #956FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956FB6

Black with #956FB6

Text Example


Text Example

White with #956FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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