#9B70BE

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

Shades of Purple Mountain's Majesty #9B70BE

Tints of Purple Mountain's Majesty #9B70BE

Color information

#9B70BE (or 0x9B70BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9B, 70 and BE. RGB value is (155,112,190). Sum of RGB (Red+Green+Blue) = 155+112+190=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B70BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B70BE is #648F41. Grayscale: #858585. Windows color (decimal): -6590274 or 12480667. OLE color: 12480667.

HSL color Cylindrical-coordinate representation of color #9B70BE: hue angle of 273.08º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B70BE is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB155112190-
CMYK0.180.4100.25
HSL273.08º37.5%59.22%-
HSV(B)273.08º41.05%74.51%-
XYZ28.6122.2751.51-
YUV133.75159.75143.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.92%
GREEN value IS 112 (44.14% from 255) = 24.51%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=33.92%
G=24.51%
B=41.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551121900.180.4100.25273.0837.559.22
Hex9B70BE1229019111263b
Octal23316027622510314214673
Binary1001101111100001011111010010101001011001100010001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B70BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,112,190); }

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

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

 a { background-color: rgb(155,112,190); }

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

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

 span { border-color: rgb(155,112,190); }

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