Html Css Color HEX #9875BE Purple Mountain's Majesty

📋 copy color: '#9875BE'

red 152 ◦ green 117 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9875BE

Tints of Purple Mountain's Majesty #9875BE

RGB

 RED value IS 152 (59.77% from 255) = 33.12%

 GREEN value IS 117 (46.09% from 255) = 25.49%

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

R = 33.12%
G = 25.49%
B = 41.39%

CMYK

 C value IS 0.2

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9875BE (or 0x9875BE) is known color: Purple Mountain's Majesty. HEX triplet: 98, 75 and BE. RGB value is (152,117,190). Sum of RGB (Red+Green+Blue) = 152+117+190=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #9875BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9875BE is #678A41. Grayscale: #878787. Windows color (decimal): -6785602 or 12481944. OLE color: 12481944.

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

Color convert

RGB 152 117 190 -
CMYK 0.2 0.38 0 0.25
HSL 268.77º 0.36% 0.6% -
HSV(B) 268.77º 0.38% 0.75% -
XYZ 28.6 23.12 51.67 -
YUV 135.79 158.6 139.56 -
System Red Green Blue C M Y K H S L
Decimal 152 117 190 0.2 0.38 0 0.25 268.77 0.36 0.6
Hex 98 75 BE 14 26 0 19 10D 24 3C
Octal 230 165 276 24 46 0 31 415 44 74
Binary 10011000 1110101 10111110 10100 100110 0 11001 100001101 100100 111100

Color Harmonies of #9875BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9875BE

Black with #9875BE

Text Example


Text Example

White with #9875BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9875BE; }

 p { color: rgb(152,117,190); }

 H1.HeaderClassName
 {
   color: #9875BE;
 }
 .AnyTagClassName
 {
   color: #9875BE;
 }
</style>

background-color css

<style>
 a { background-color: #9875BE; }

 a { background-color: rgb(152,117,190); }

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

border-color css

<style>
 span { border-color: #9875BE; }

 span { border-color: rgb(152,117,190); }

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