#9C6FBE

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

Shades of Purple Mountain's Majesty #9C6FBE

Tints of Purple Mountain's Majesty #9C6FBE

Color information

#9C6FBE (or 0x9C6FBE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9C, 6F and BE. RGB value is (156,111,190). Sum of RGB (Red+Green+Blue) = 156+111+190=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 111 (43.75% from 255 or 24.29% 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 #9C6FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6FBE is #639041. Grayscale: #858585. Windows color (decimal): -6524994 or 12480412. OLE color: 12480412.

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

Color convert

RGB156111190-
CMYK0.180.4200.25
HSL274.18º37.8%59.02%-
HSV(B)274.18º41.58%74.51%-
XYZ28.6922.1551.48-
YUV133.46159.91144.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.14%
GREEN value IS 111 (43.75% from 255) = 24.29%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=34.14%
G=24.29%
B=41.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561111900.180.4200.25274.1837.859.02
Hex9C6FBE122A019112263b
Octal23415727622520314224673
Binary1001110011011111011111010010101010011001100010010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,111,190); }

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

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

 a { background-color: rgb(156,111,190); }

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

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

 span { border-color: rgb(156,111,190); }

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