#9A7BBC

Color #9A7BBC Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #9A7BBC

Tints of Purple Mountain's Majesty #9A7BBC

Color information

#9A7BBC (or 0x9A7BBC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 7B and BC. RGB value is (154,123,188). Sum of RGB (Red+Green+Blue) = 154+123+188=465 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.12% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A7BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7BBC is #658443. Grayscale: #8B8B8B. Windows color (decimal): -6652996 or 12352410. OLE color: 12352410.

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

Color convert

RGB154123188-
CMYK0.180.3500.26
HSL268.62º32.66%60.98%-
HSV(B)268.62º34.57%73.73%-
XYZ29.4924.6750.78-
YUV139.68155.27138.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.12%
GREEN value IS 123 (48.44% from 255) = 26.45%
BLUE value IS 188 (73.83% from 255) = 40.43%
R=33.12%
G=26.45%
B=40.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1541231880.180.3500.26268.6232.6660.98
Hex9A7BBC122301A10d213d
Octal23217327422430324154175
Binary1001101011110111011110010010100011011010100001101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,123,188); }

 H1.HeaderClassName
 {
   color: #9A7BBC;
 }
 .AnyTagClassName
 {
   color: #9A7BBC;
 }
</style>
background-color css

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

 a { background-color: rgb(154,123,188); }

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

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

 span { border-color: rgb(154,123,188); }

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