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

📋 copy color: '#9C7ABB'

red 156 ◦ green 122 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9C7ABB

Tints of Purple Mountain's Majesty #9C7ABB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.24%

 BLUE value IS 187 (73.44% from 255) = 40.22%

R = 33.55%
G = 26.24%
B = 40.22%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C7ABB (or 0x9C7ABB) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 7A and BB. RGB value is (156,122,187). Sum of RGB (Red+Green+Blue) = 156+122+187=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C7ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7ABB is #638544. Grayscale: #8B8B8B. Windows color (decimal): -6522181 or 12286620. OLE color: 12286620.

HSL color Cylindrical-coordinate representation of color #9C7ABB: hue angle of 271.38º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C7ABB is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 122 187 -
CMYK 0.17 0.35 0 0.27
HSL 271.38º 0.32% 0.61% -
HSV(B) 271.38º 0.35% 0.73% -
XYZ 29.64 24.57 50.19 -
YUV 139.58 154.76 139.71 -
System Red Green Blue C M Y K H S L
Decimal 156 122 187 0.17 0.35 0 0.27 271.38 0.32 0.61
Hex 9C 7A BB 11 23 0 1B 10F 20 3D
Octal 234 172 273 21 43 0 33 417 40 75
Binary 10011100 1111010 10111011 10001 100011 0 11011 100001111 100000 111101

Color Harmonies of #9C7ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7ABB

Black with #9C7ABB

Text Example


Text Example

White with #9C7ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,122,187); }

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

background-color css

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

 a { background-color: rgb(156,122,187); }

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

border-color css

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

 span { border-color: rgb(156,122,187); }

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