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

📋 copy color: '#9A7DBA'

red 154 ◦ green 125 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9A7DBA

Tints of Purple Mountain's Majesty #9A7DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40%

R = 33.12%
G = 26.88%
B = 40%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A7DBA (or 0x9A7DBA) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 7D and BA. RGB value is (154,125,186). Sum of RGB (Red+Green+Blue) = 154+125+186=465 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.12% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A7DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7DBA is #658245. Grayscale: #8C8C8C. Windows color (decimal): -6652486 or 12221850. OLE color: 12221850.

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

Color convert

RGB 154 125 186 -
CMYK 0.17 0.33 0 0.27
HSL 268.52º 0.31% 0.61% -
HSV(B) 268.52º 0.33% 0.73% -
XYZ 29.52 25.08 49.74 -
YUV 140.63 153.61 137.54 -
System Red Green Blue C M Y K H S L
Decimal 154 125 186 0.17 0.33 0 0.27 268.52 0.31 0.61
Hex 9A 7D BA 11 21 0 1B 10D 1F 3D
Octal 232 175 272 21 41 0 33 415 37 75
Binary 10011010 1111101 10111010 10001 100001 0 11011 100001101 11111 111101

Color Harmonies of #9A7DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7DBA

Black with #9A7DBA

Text Example


Text Example

White with #9A7DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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