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

📋 copy color: '#9C6BB8'

red 156 ◦ green 107 ◦ blue 184

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

Shades of Purple Mountain's Majesty #9C6BB8

Tints of Purple Mountain's Majesty #9C6BB8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.94%

 BLUE value IS 184 (72.27% from 255) = 41.16%

R = 34.9%
G = 23.94%
B = 41.16%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9C6BB8 (or 0x9C6BB8) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 6B and B8. RGB value is (156,107,184). Sum of RGB (Red+Green+Blue) = 156+107+184=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 184 (72.27% from 255 or 41.16% from 447); Max value from RGB is 184 - color contains mainly: blue. Hex color #9C6BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6BB8 is #639447. Grayscale: #828282. Windows color (decimal): -6526024 or 12086172. OLE color: 12086172.

HSL color Cylindrical-coordinate representation of color #9C6BB8: hue angle of 278.18º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C6BB8 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 156 107 184 -
CMYK 0.15 0.42 0 0.28
HSL 278.18º 0.35% 0.57% -
HSV(B) 278.18º 0.42% 0.72% -
XYZ 27.62 21.04 47.95 -
YUV 130.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 156 107 184 0.15 0.42 0 0.28 278.18 0.35 0.57
Hex 9C 6B B8 F 2A 0 1C 116 23 39
Octal 234 153 270 17 52 0 34 426 43 71
Binary 10011100 1101011 10111000 1111 101010 0 11100 100010110 100011 111001

Color Harmonies of #9C6BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6BB8

Black with #9C6BB8

Text Example


Text Example

White with #9C6BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,107,184); }

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

background-color css

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

 a { background-color: rgb(156,107,184); }

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

border-color css

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

 span { border-color: rgb(156,107,184); }

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