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

📋 copy color: '#9C6FB6'

red 156 ◦ green 111 ◦ blue 182

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

Shades of Purple Mountain's Majesty #9C6FB6

Tints of Purple Mountain's Majesty #9C6FB6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.72%

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

R = 34.74%
G = 24.72%
B = 40.53%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9C6FB6 (or 0x9C6FB6) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 6F and B6. RGB value is (156,111,182). Sum of RGB (Red+Green+Blue) = 156+111+182=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 182 - color contains mainly: blue. Hex color #9C6FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6FB6 is #639049. Grayscale: #848484. Windows color (decimal): -6525002 or 11956124. OLE color: 11956124.

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

Color convert

RGB 156 111 182 -
CMYK 0.14 0.39 0 0.29
HSL 278.03º 0.33% 0.57% -
HSV(B) 278.03º 0.39% 0.71% -
XYZ 27.84 21.81 47 -
YUV 132.55 155.91 144.73 -
System Red Green Blue C M Y K H S L
Decimal 156 111 182 0.14 0.39 0 0.29 278.03 0.33 0.57
Hex 9C 6F B6 E 27 0 1D 116 21 39
Octal 234 157 266 16 47 0 35 426 41 71
Binary 10011100 1101111 10110110 1110 100111 0 11101 100010110 100001 111001

Color Harmonies of #9C6FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6FB6

Black with #9C6FB6

Text Example


Text Example

White with #9C6FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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