#9874BD

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

Shades of Purple Mountain's Majesty #9874BD

Tints of Purple Mountain's Majesty #9874BD

Color information

#9874BD (or 0x9874BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 74 and BD. RGB value is (152,116,189). Sum of RGB (Red+Green+Blue) = 152+116+189=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #9874BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9874BD is #678B42. Grayscale: #868686. Windows color (decimal): -6785859 or 12416152. OLE color: 12416152.

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

Color convert

RGB152116189-
CMYK0.200.3900.26
HSL269.59º35.61%59.8%-
HSV(B)269.59º38.62%74.12%-
XYZ28.3822.8451.06-
YUV135.09158.43140.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.26%
GREEN value IS 116 (45.70% from 255) = 25.38%
BLUE value IS 189 (74.22% from 255) = 41.36%
R=33.26%
G=25.38%
B=41.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521161890.200.3900.26269.5935.6159.8
Hex9874BD142701A10e243c
Octal23016427524470324164474
Binary1001100011101001011110110100100111011010100001110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9874BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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