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

📋 copy color: '#9D6EBA'

red 157 ◦ green 110 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9D6EBA

Tints of Purple Mountain's Majesty #9D6EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.06%

R = 34.66%
G = 24.28%
B = 41.06%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D6EBA (or 0x9D6EBA) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 6E and BA. RGB value is (157,110,186). Sum of RGB (Red+Green+Blue) = 157+110+186=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D6EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6EBA is #629145. Grayscale: #848484. Windows color (decimal): -6459718 or 12218013. OLE color: 12218013.

HSL color Cylindrical-coordinate representation of color #9D6EBA: hue angle of 277.11º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D6EBA is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 110 186 -
CMYK 0.16 0.41 0 0.27
HSL 277.11º 0.36% 0.58% -
HSV(B) 277.11º 0.41% 0.73% -
XYZ 28.34 21.87 49.18 -
YUV 132.72 158.07 145.32 -
System Red Green Blue C M Y K H S L
Decimal 157 110 186 0.16 0.41 0 0.27 277.11 0.36 0.58
Hex 9D 6E BA 10 29 0 1B 115 24 3A
Octal 235 156 272 20 51 0 33 425 44 72
Binary 10011101 1101110 10111010 10000 101001 0 11011 100010101 100100 111010

Color Harmonies of #9D6EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6EBA

Black with #9D6EBA

Text Example


Text Example

White with #9D6EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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