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

📋 copy color: '#9A6CBA'

red 154 ◦ green 108 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9A6CBA

Tints of Purple Mountain's Majesty #9A6CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.11%

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

R = 34.38%
G = 24.11%
B = 41.52%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A6CBA (or 0x9A6CBA) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 6C and BA. RGB value is (154,108,186). Sum of RGB (Red+Green+Blue) = 154+108+186=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A6CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6CBA is #659345. Grayscale: #828282. Windows color (decimal): -6656838 or 12217498. OLE color: 12217498.

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

Color convert

RGB 154 108 186 -
CMYK 0.17 0.42 0 0.27
HSL 275.38º 0.36% 0.58% -
HSV(B) 275.38º 0.42% 0.73% -
XYZ 27.55 21.14 49.08 -
YUV 130.65 159.24 144.66 -
System Red Green Blue C M Y K H S L
Decimal 154 108 186 0.17 0.42 0 0.27 275.38 0.36 0.58
Hex 9A 6C BA 11 2A 0 1B 113 24 3A
Octal 232 154 272 21 52 0 33 423 44 72
Binary 10011010 1101100 10111010 10001 101010 0 11011 100010011 100100 111010

Color Harmonies of #9A6CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6CBA

Black with #9A6CBA

Text Example


Text Example

White with #9A6CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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