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

📋 copy color: '#956DB4'

red 149 ◦ green 109 ◦ blue 180

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

Shades of Purple Mountain's Majesty #956DB4

Tints of Purple Mountain's Majesty #956DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.1%

R = 34.02%
G = 24.89%
B = 41.1%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#956DB4 (or 0x956DB4) is known color: Purple Mountain's Majesty. HEX triplet: 95, 6D and B4. RGB value is (149,109,180). Sum of RGB (Red+Green+Blue) = 149+109+180=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 180 - color contains mainly: blue. Hex color #956DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956DB4 is #6A924B. Grayscale: #808080. Windows color (decimal): -6984268 or 11824533. OLE color: 11824533.

HSL color Cylindrical-coordinate representation of color #956DB4: hue angle of 273.8º degrees, saturation: 0.32, 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 #956DB4 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 109 180 -
CMYK 0.17 0.39 0 0.29
HSL 273.8º 0.32% 0.57% -
HSV(B) 273.8º 0.39% 0.71% -
XYZ 26.1 20.62 45.78 -
YUV 129.05 156.75 142.23 -
System Red Green Blue C M Y K H S L
Decimal 149 109 180 0.17 0.39 0 0.29 273.8 0.32 0.57
Hex 95 6D B4 11 27 0 1D 112 20 39
Octal 225 155 264 21 47 0 35 422 40 71
Binary 10010101 1101101 10110100 10001 100111 0 11101 100010010 100000 111001

Color Harmonies of #956DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956DB4

Black with #956DB4

Text Example


Text Example

White with #956DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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