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

📋 copy color: '#9B70BE'

red 155 ◦ green 112 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9B70BE

Tints of Purple Mountain's Majesty #9B70BE

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 value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B70BE (or 0x9B70BE) is known color: 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

RGB 155 112 190 -
CMYK 0.18 0.41 0 0.25
HSL 273.08º 0.38% 0.59% -
HSV(B) 273.08º 0.41% 0.75% -
XYZ 28.61 22.27 51.51 -
YUV 133.75 159.75 143.16 -
System Red Green Blue C M Y K H S L
Decimal 155 112 190 0.18 0.41 0 0.25 273.08 0.38 0.59
Hex 9B 70 BE 12 29 0 19 111 26 3B
Octal 233 160 276 22 51 0 31 421 46 73
Binary 10011011 1110000 10111110 10010 101001 0 11001 100010001 100110 111011

Color Harmonies of #9B70BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B70BE

Black with #9B70BE

Text Example


Text Example

White with #9B70BE

Text Example


Text Example

HTML Codes & Css Web 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>