#9B75B8

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

Shades of Purple Mountain's Majesty #9B75B8

Tints of Purple Mountain's Majesty #9B75B8

Color information

#9B75B8 (or 0x9B75B8) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9B, 75 and B8. RGB value is (155,117,184). Sum of RGB (Red+Green+Blue) = 155+117+184=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 184 (72.27% from 255 or 40.35% from 456); Max value from RGB is 184 - color contains mainly: blue. Hex color #9B75B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B75B8 is #648A47. Grayscale: #878787. Windows color (decimal): -6589000 or 12088731. OLE color: 12088731.

HSL color Cylindrical-coordinate representation of color #9B75B8: hue angle of 274.03º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B75B8 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB155117184-
CMYK0.160.3600.28
HSL274.03º32.06%59.02%-
HSV(B)274.03º36.41%72.16%-
XYZ28.5323.1548.31-
YUV136155.09141.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.99%
GREEN value IS 117 (46.09% from 255) = 25.66%
BLUE value IS 184 (72.27% from 255) = 40.35%
R=33.99%
G=25.66%
B=40.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1551171840.160.3600.28274.0332.0659.02
Hex9B75B8102401C112203b
Octal23316527020440344224073
Binary1001101111101011011100010000100100011100100010010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B75B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,117,184); }

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

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

 a { background-color: rgb(155,117,184); }

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

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

 span { border-color: rgb(155,117,184); }

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