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

📋 copy color: '#9A74BA'

red 154 ◦ green 116 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9A74BA

Tints of Purple Mountain's Majesty #9A74BA

RGB

 RED value IS 154 (60.55% from 255) = 33.77%

 GREEN value IS 116 (45.7% from 255) = 25.44%

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

R = 33.77%
G = 25.44%
B = 40.79%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A74BA (or 0x9A74BA) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 74 and BA. RGB value is (154,116,186). Sum of RGB (Red+Green+Blue) = 154+116+186=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A74BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A74BA is #658B45. Grayscale: #878787. Windows color (decimal): -6654790 or 12219546. OLE color: 12219546.

HSL color Cylindrical-coordinate representation of color #9A74BA: hue angle of 272.57º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A74BA is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 116 186 -
CMYK 0.17 0.38 0 0.27
HSL 272.57º 0.34% 0.59% -
HSV(B) 272.57º 0.38% 0.73% -
XYZ 28.43 22.91 49.38 -
YUV 135.34 156.59 141.31 -
System Red Green Blue C M Y K H S L
Decimal 154 116 186 0.17 0.38 0 0.27 272.57 0.34 0.59
Hex 9A 74 BA 11 26 0 1B 111 22 3B
Octal 232 164 272 21 46 0 33 421 42 73
Binary 10011010 1110100 10111010 10001 100110 0 11011 100010001 100010 111011

Color Harmonies of #9A74BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A74BA

Black with #9A74BA

Text Example


Text Example

White with #9A74BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,116,186); }

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

background-color css

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

 a { background-color: rgb(154,116,186); }

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

border-color css

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

 span { border-color: rgb(154,116,186); }

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