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

📋 copy color: '#9A72BB'

red 154 ◦ green 114 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9A72BB

Tints of Purple Mountain's Majesty #9A72BB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.05%

 BLUE value IS 187 (73.44% from 255) = 41.1%

R = 33.85%
G = 25.05%
B = 41.1%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A72BB (or 0x9A72BB) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 72 and BB. RGB value is (154,114,187). Sum of RGB (Red+Green+Blue) = 154+114+187=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A72BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A72BB is #658D44. Grayscale: #868686. Windows color (decimal): -6655301 or 12284570. OLE color: 12284570.

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

Color convert

RGB 154 114 187 -
CMYK 0.18 0.39 0 0.27
HSL 272.88º 0.35% 0.59% -
HSV(B) 272.88º 0.39% 0.73% -
XYZ 28.31 22.49 49.86 -
YUV 134.28 157.75 142.06 -
System Red Green Blue C M Y K H S L
Decimal 154 114 187 0.18 0.39 0 0.27 272.88 0.35 0.59
Hex 9A 72 BB 12 27 0 1B 111 23 3B
Octal 232 162 273 22 47 0 33 421 43 73
Binary 10011010 1110010 10111011 10010 100111 0 11011 100010001 100011 111011

Color Harmonies of #9A72BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A72BB

Black with #9A72BB

Text Example


Text Example

White with #9A72BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,114,187); }

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

background-color css

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

 a { background-color: rgb(154,114,187); }

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

border-color css

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

 span { border-color: rgb(154,114,187); }

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