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

📋 copy color: '#9C6BBC'

red 156 ◦ green 107 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9C6BBC

Tints of Purple Mountain's Majesty #9C6BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.69%

R = 34.59%
G = 23.73%
B = 41.69%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9C6BBC (or 0x9C6BBC) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 6B and BC. RGB value is (156,107,188). Sum of RGB (Red+Green+Blue) = 156+107+188=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C6BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6BBC is #639443. Grayscale: #828282. Windows color (decimal): -6526020 or 12348316. OLE color: 12348316.

HSL color Cylindrical-coordinate representation of color #9C6BBC: hue angle of 276.3º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C6BBC is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 107 188 -
CMYK 0.17 0.43 0 0.26
HSL 276.3º 0.38% 0.58% -
HSV(B) 276.3º 0.43% 0.74% -
XYZ 28.05 21.21 50.19 -
YUV 130.89 160.23 145.91 -
System Red Green Blue C M Y K H S L
Decimal 156 107 188 0.17 0.43 0 0.26 276.3 0.38 0.58
Hex 9C 6B BC 11 2B 0 1A 114 26 3A
Octal 234 153 274 21 53 0 32 424 46 72
Binary 10011100 1101011 10111100 10001 101011 0 11010 100010100 100110 111010

Color Harmonies of #9C6BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6BBC

Black with #9C6BBC

Text Example


Text Example

White with #9C6BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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