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

📋 copy color: '#9A7DB5'

red 154 ◦ green 125 ◦ blue 181

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

Shades of Purple Mountain's Majesty #9A7DB5

Tints of Purple Mountain's Majesty #9A7DB5

RGB

 RED value IS 154 (60.55% from 255) = 33.48%

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

 BLUE value IS 181 (71.09% from 255) = 39.35%

R = 33.48%
G = 27.17%
B = 39.35%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9A7DB5 (or 0x9A7DB5) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 7D and B5. RGB value is (154,125,181). Sum of RGB (Red+Green+Blue) = 154+125+181=460 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.48% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 181 - color contains mainly: blue. Hex color #9A7DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7DB5 is #65824A. Grayscale: #8B8B8B. Windows color (decimal): -6652491 or 11894170. OLE color: 11894170.

HSL color Cylindrical-coordinate representation of color #9A7DB5: hue angle of 271.07º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A7DB5 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 154 125 181 -
CMYK 0.15 0.31 0 0.29
HSL 271.07º 0.27% 0.6% -
HSV(B) 271.07º 0.31% 0.71% -
XYZ 29 24.87 46.99 -
YUV 140.06 151.11 137.95 -
System Red Green Blue C M Y K H S L
Decimal 154 125 181 0.15 0.31 0 0.29 271.07 0.27 0.6
Hex 9A 7D B5 F 1F 0 1D 10F 1B 3C
Octal 232 175 265 17 37 0 35 417 33 74
Binary 10011010 1111101 10110101 1111 11111 0 11101 100001111 11011 111100

Color Harmonies of #9A7DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7DB5

Black with #9A7DB5

Text Example


Text Example

White with #9A7DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,125,181); }

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

background-color css

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

 a { background-color: rgb(154,125,181); }

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

border-color css

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

 span { border-color: rgb(154,125,181); }

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