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

📋 copy color: '#9C70B6'

red 156 ◦ green 112 ◦ blue 182

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

Shades of Purple Mountain's Majesty #9C70B6

Tints of Purple Mountain's Majesty #9C70B6

RGB

 RED value IS 156 (61.33% from 255) = 34.67%

 GREEN value IS 112 (44.14% from 255) = 24.89%

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

R = 34.67%
G = 24.89%
B = 40.44%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9C70B6 (or 0x9C70B6) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 70 and B6. RGB value is (156,112,182). Sum of RGB (Red+Green+Blue) = 156+112+182=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 182 (71.48% from 255 or 40.44% from 450); Max value from RGB is 182 - color contains mainly: blue. Hex color #9C70B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C70B6 is #638F49. Grayscale: #848484. Windows color (decimal): -6524746 or 11956380. OLE color: 11956380.

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

Color convert

RGB 156 112 182 -
CMYK 0.14 0.38 0 0.29
HSL 277.71º 0.32% 0.58% -
HSV(B) 277.71º 0.38% 0.71% -
XYZ 27.95 22.03 47.04 -
YUV 133.14 155.58 144.31 -
System Red Green Blue C M Y K H S L
Decimal 156 112 182 0.14 0.38 0 0.29 277.71 0.32 0.58
Hex 9C 70 B6 E 26 0 1D 116 20 3A
Octal 234 160 266 16 46 0 35 426 40 72
Binary 10011100 1110000 10110110 1110 100110 0 11101 100010110 100000 111010

Color Harmonies of #9C70B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C70B6

Black with #9C70B6

Text Example


Text Example

White with #9C70B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,112,182); }

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

background-color css

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

 a { background-color: rgb(156,112,182); }

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

border-color css

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

 span { border-color: rgb(156,112,182); }

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