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

📋 copy color: '#956AB6'

red 149 ◦ green 106 ◦ blue 182

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

Shades of Purple Mountain's Majesty #956AB6

Tints of Purple Mountain's Majesty #956AB6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.26%

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

R = 34.1%
G = 24.26%
B = 41.65%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#956AB6 (or 0x956AB6) is known color: Purple Mountain's Majesty. HEX triplet: 95, 6A and B6. RGB value is (149,106,182). Sum of RGB (Red+Green+Blue) = 149+106+182=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 182 (71.48% from 255 or 41.65% from 437); Max value from RGB is 182 - color contains mainly: blue. Hex color #956AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956AB6 is #6A9549. Grayscale: #7F7F7F. Windows color (decimal): -6985034 or 11954837. OLE color: 11954837.

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

Color convert

RGB 149 106 182 -
CMYK 0.18 0.42 0 0.29
HSL 273.95º 0.34% 0.56% -
HSV(B) 273.95º 0.42% 0.71% -
XYZ 25.99 20.08 46.76 -
YUV 127.52 158.75 143.32 -
System Red Green Blue C M Y K H S L
Decimal 149 106 182 0.18 0.42 0 0.29 273.95 0.34 0.56
Hex 95 6A B6 12 2A 0 1D 112 22 38
Octal 225 152 266 22 52 0 35 422 42 70
Binary 10010101 1101010 10110110 10010 101010 0 11101 100010010 100010 111000

Color Harmonies of #956AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956AB6

Black with #956AB6

Text Example


Text Example

White with #956AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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