Html Css Color HEX #9D6EBD Purple Mountain's Majesty

📋 copy color: '#9D6EBD'

red 157 ◦ green 110 ◦ blue 189

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

Shades of Purple Mountain's Majesty #9D6EBD

Tints of Purple Mountain's Majesty #9D6EBD

RGB

 RED value IS 157 (61.72% from 255) = 34.43%

 GREEN value IS 110 (43.36% from 255) = 24.12%

 BLUE value IS 189 (74.22% from 255) = 41.45%

R = 34.43%
G = 24.12%
B = 41.45%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9D6EBD (or 0x9D6EBD) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 6E and BD. RGB value is (157,110,189). Sum of RGB (Red+Green+Blue) = 157+110+189=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #9D6EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6EBD is #629142. Grayscale: #848484. Windows color (decimal): -6459715 or 12414621. OLE color: 12414621.

HSL color Cylindrical-coordinate representation of color #9D6EBD: hue angle of 275.7º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D6EBD is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 157 110 189 -
CMYK 0.17 0.42 0 0.26
HSL 275.7º 0.37% 0.59% -
HSV(B) 275.7º 0.42% 0.74% -
XYZ 28.67 21.99 50.88 -
YUV 133.06 159.57 145.08 -
System Red Green Blue C M Y K H S L
Decimal 157 110 189 0.17 0.42 0 0.26 275.7 0.37 0.59
Hex 9D 6E BD 11 2A 0 1A 114 25 3B
Octal 235 156 275 21 52 0 32 424 45 73
Binary 10011101 1101110 10111101 10001 101010 0 11010 100010100 100101 111011

Color Harmonies of #9D6EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6EBD

Black with #9D6EBD

Text Example


Text Example

White with #9D6EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D6EBD; }

 p { color: rgb(157,110,189); }

 H1.HeaderClassName
 {
   color: #9D6EBD;
 }
 .AnyTagClassName
 {
   color: #9D6EBD;
 }
</style>

background-color css

<style>
 a { background-color: #9D6EBD; }

 a { background-color: rgb(157,110,189); }

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

border-color css

<style>
 span { border-color: #9D6EBD; }

 span { border-color: rgb(157,110,189); }

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