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

📋 copy color: '#9975BE'

red 153 ◦ green 117 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9975BE

Tints of Purple Mountain's Majesty #9975BE

RGB

 RED value IS 153 (60.16% from 255) = 33.26%

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

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

R = 33.26%
G = 25.43%
B = 41.3%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9975BE (or 0x9975BE) is known color: Purple Mountain's Majesty. HEX triplet: 99, 75 and BE. RGB value is (153,117,190). Sum of RGB (Red+Green+Blue) = 153+117+190=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 117 (46.09% from 255 or 25.43% 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 #9975BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9975BE is #668A41. Grayscale: #878787. Windows color (decimal): -6720066 or 12481945. OLE color: 12481945.

HSL color Cylindrical-coordinate representation of color #9975BE: hue angle of 269.59º 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 #9975BE is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 117 190 -
CMYK 0.19 0.38 0 0.25
HSL 269.59º 0.36% 0.6% -
HSV(B) 269.59º 0.38% 0.75% -
XYZ 28.79 23.21 51.68 -
YUV 136.09 158.43 140.06 -
System Red Green Blue C M Y K H S L
Decimal 153 117 190 0.19 0.38 0 0.25 269.59 0.36 0.6
Hex 99 75 BE 13 26 0 19 10E 24 3C
Octal 231 165 276 23 46 0 31 416 44 74
Binary 10011001 1110101 10111110 10011 100110 0 11001 100001110 100100 111100

Color Harmonies of #9975BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9975BE

Black with #9975BE

Text Example


Text Example

White with #9975BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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