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

📋 copy color: '#9A6DBA'

red 154 ◦ green 109 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9A6DBA

Tints of Purple Mountain's Majesty #9A6DBA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.28%

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

R = 34.3%
G = 24.28%
B = 41.43%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A6DBA (or 0x9A6DBA) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 6D and BA. RGB value is (154,109,186). Sum of RGB (Red+Green+Blue) = 154+109+186=449 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.30% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A6DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6DBA is #659245. Grayscale: #828282. Windows color (decimal): -6656582 or 12217754. OLE color: 12217754.

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

Color convert

RGB 154 109 186 -
CMYK 0.17 0.41 0 0.27
HSL 275.06º 0.36% 0.58% -
HSV(B) 275.06º 0.41% 0.73% -
XYZ 27.66 21.35 49.12 -
YUV 131.23 158.91 144.24 -
System Red Green Blue C M Y K H S L
Decimal 154 109 186 0.17 0.41 0 0.27 275.06 0.36 0.58
Hex 9A 6D BA 11 29 0 1B 113 24 3A
Octal 232 155 272 21 51 0 33 423 44 72
Binary 10011010 1101101 10111010 10001 101001 0 11011 100010011 100100 111010

Color Harmonies of #9A6DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6DBA

Black with #9A6DBA

Text Example


Text Example

White with #9A6DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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