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

📋 copy color: '#9C7DBF'

red 156 ◦ green 125 ◦ blue 191

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

Shades of Purple Mountain's Majesty #9C7DBF

Tints of Purple Mountain's Majesty #9C7DBF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.48%

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

R = 33.05%
G = 26.48%
B = 40.47%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C7DBF (or 0x9C7DBF) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 7D and BF. RGB value is (156,125,191). Sum of RGB (Red+Green+Blue) = 156+125+191=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C7DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7DBF is #638240. Grayscale: #8D8D8D. Windows color (decimal): -6521409 or 12549532. OLE color: 12549532.

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

Color convert

RGB 156 125 191 -
CMYK 0.18 0.35 0 0.25
HSL 268.18º 0.34% 0.62% -
HSV(B) 268.18º 0.35% 0.75% -
XYZ 30.45 25.5 52.61 -
YUV 141.79 155.77 138.13 -
System Red Green Blue C M Y K H S L
Decimal 156 125 191 0.18 0.35 0 0.25 268.18 0.34 0.62
Hex 9C 7D BF 12 23 0 19 10C 22 3E
Octal 234 175 277 22 43 0 31 414 42 76
Binary 10011100 1111101 10111111 10010 100011 0 11001 100001100 100010 111110

Color Harmonies of #9C7DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7DBF

Black with #9C7DBF

Text Example


Text Example

White with #9C7DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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