#9872BD

Color #9872BD Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #9872BD

Tints of Purple Mountain's Majesty #9872BD

Color information

#9872BD (or 0x9872BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 72 and BD. RGB value is (152,114,189). Sum of RGB (Red+Green+Blue) = 152+114+189=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #9872BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9872BD is #678D42. Grayscale: #858585. Windows color (decimal): -6786371 or 12415640. OLE color: 12415640.

HSL color Cylindrical-coordinate representation of color #9872BD: hue angle of 270.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9872BD is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB152114189-
CMYK0.200.4000.26
HSL270.4º36.23%59.41%-
HSV(B)270.4º39.68%74.12%-
XYZ28.1522.3850.98-
YUV133.91159.09140.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.41%
GREEN value IS 114 (44.92% from 255) = 25.05%
BLUE value IS 189 (74.22% from 255) = 41.54%
R=33.41%
G=25.05%
B=41.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521141890.200.4000.26270.436.2359.41
Hex9872BD142801A10e243b
Octal23016227524500324164473
Binary1001100011100101011110110100101000011010100001110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9872BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9872BD; }

 p { color: rgb(152,114,189); }

 H1.HeaderClassName
 {
   color: #9872BD;
 }
 .AnyTagClassName
 {
   color: #9872BD;
 }
</style>
background-color css

<style>
 a { background-color: #9872BD; }

 a { background-color: rgb(152,114,189); }

 div.DivClassName
 {
   background-color: #9872BD;
 }
 .BgClassName
 {
   background-color: #9872BD;
 }
</style>
border-color css

<style>
 span { border-color: #9872BD; }

 span { border-color: rgb(152,114,189); }

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