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

📋 copy color: '#9A74BE'

red 154 ◦ green 116 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9A74BE

Tints of Purple Mountain's Majesty #9A74BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.3%

R = 33.48%
G = 25.22%
B = 41.3%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A74BE (or 0x9A74BE) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 74 and BE. RGB value is (154,116,190). Sum of RGB (Red+Green+Blue) = 154+116+190=460 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.48% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A74BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A74BE is #658B41. Grayscale: #878787. Windows color (decimal): -6654786 or 12481690. OLE color: 12481690.

HSL color Cylindrical-coordinate representation of color #9A74BE: hue angle of 270.81º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A74BE is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 116 190 -
CMYK 0.19 0.39 0 0.25
HSL 270.81º 0.36% 0.6% -
HSV(B) 270.81º 0.39% 0.75% -
XYZ 28.87 23.08 51.65 -
YUV 135.8 158.59 140.98 -
System Red Green Blue C M Y K H S L
Decimal 154 116 190 0.19 0.39 0 0.25 270.81 0.36 0.6
Hex 9A 74 BE 13 27 0 19 10F 24 3C
Octal 232 164 276 23 47 0 31 417 44 74
Binary 10011010 1110100 10111110 10011 100111 0 11001 100001111 100100 111100

Color Harmonies of #9A74BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A74BE

Black with #9A74BE

Text Example


Text Example

White with #9A74BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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