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

📋 copy color: '#9C75BF'

red 156 ◦ green 117 ◦ blue 191

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

Shades of Purple Mountain's Majesty #9C75BF

Tints of Purple Mountain's Majesty #9C75BF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.22%

 BLUE value IS 191 (75% from 255) = 41.16%

R = 33.62%
G = 25.22%
B = 41.16%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C75BF (or 0x9C75BF) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 75 and BF. RGB value is (156,117,191). Sum of RGB (Red+Green+Blue) = 156+117+191=464 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.62% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C75BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C75BF is #638A40. Grayscale: #888888. Windows color (decimal): -6523457 or 12547484. OLE color: 12547484.

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

Color convert

RGB 156 117 191 -
CMYK 0.18 0.39 0 0.25
HSL 271.62º 0.37% 0.6% -
HSV(B) 271.62º 0.39% 0.75% -
XYZ 29.48 23.55 52.28 -
YUV 137.1 158.42 141.48 -
System Red Green Blue C M Y K H S L
Decimal 156 117 191 0.18 0.39 0 0.25 271.62 0.37 0.6
Hex 9C 75 BF 12 27 0 19 110 25 3C
Octal 234 165 277 22 47 0 31 420 45 74
Binary 10011100 1110101 10111111 10010 100111 0 11001 100010000 100101 111100

Color Harmonies of #9C75BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C75BF

Black with #9C75BF

Text Example


Text Example

White with #9C75BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,117,191); }

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

background-color css

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

 a { background-color: rgb(156,117,191); }

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

border-color css

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

 span { border-color: rgb(156,117,191); }

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