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

📋 copy color: '#9D75B6'

red 157 ◦ green 117 ◦ blue 182

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

Shades of Purple Mountain's Majesty #9D75B6

Tints of Purple Mountain's Majesty #9D75B6

RGB

 RED value IS 157 (61.72% from 255) = 34.43%

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

 BLUE value IS 182 (71.48% from 255) = 39.91%

R = 34.43%
G = 25.66%
B = 39.91%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9D75B6 (or 0x9D75B6) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 75 and B6. RGB value is (157,117,182). Sum of RGB (Red+Green+Blue) = 157+117+182=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 182 - color contains mainly: blue. Hex color #9D75B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D75B6 is #628A49. Grayscale: #888888. Windows color (decimal): -6457930 or 11957661. OLE color: 11957661.

HSL color Cylindrical-coordinate representation of color #9D75B6: hue angle of 276.92º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D75B6 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 117 182 -
CMYK 0.14 0.36 0 0.29
HSL 276.92º 0.31% 0.59% -
HSV(B) 276.92º 0.36% 0.71% -
XYZ 28.71 23.27 47.23 -
YUV 136.37 153.75 142.71 -
System Red Green Blue C M Y K H S L
Decimal 157 117 182 0.14 0.36 0 0.29 276.92 0.31 0.59
Hex 9D 75 B6 E 24 0 1D 115 1F 3B
Octal 235 165 266 16 44 0 35 425 37 73
Binary 10011101 1110101 10110110 1110 100100 0 11101 100010101 11111 111011

Color Harmonies of #9D75B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D75B6

Black with #9D75B6

Text Example


Text Example

White with #9D75B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,117,182); }

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

background-color css

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

 a { background-color: rgb(157,117,182); }

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

border-color css

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

 span { border-color: rgb(157,117,182); }

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