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

📋 copy color: '#9C74BC'

red 156 ◦ green 116 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9C74BC

Tints of Purple Mountain's Majesty #9C74BC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.22%

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

R = 33.91%
G = 25.22%
B = 40.87%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9C74BC (or 0x9C74BC) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 74 and BC. RGB value is (156,116,188). Sum of RGB (Red+Green+Blue) = 156+116+188=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C74BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C74BC is #638B43. Grayscale: #878787. Windows color (decimal): -6523716 or 12350620. OLE color: 12350620.

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

Color convert

RGB 156 116 188 -
CMYK 0.17 0.38 0 0.26
HSL 273.33º 0.35% 0.6% -
HSV(B) 273.33º 0.38% 0.74% -
XYZ 29.03 23.19 50.52 -
YUV 136.17 157.25 142.15 -
System Red Green Blue C M Y K H S L
Decimal 156 116 188 0.17 0.38 0 0.26 273.33 0.35 0.6
Hex 9C 74 BC 11 26 0 1A 111 23 3C
Octal 234 164 274 21 46 0 32 421 43 74
Binary 10011100 1110100 10111100 10001 100110 0 11010 100010001 100011 111100

Color Harmonies of #9C74BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C74BC

Black with #9C74BC

Text Example


Text Example

White with #9C74BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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