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

📋 copy color: '#9A6CBB'

red 154 ◦ green 108 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9A6CBB

Tints of Purple Mountain's Majesty #9A6CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.65%

R = 34.3%
G = 24.05%
B = 41.65%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A6CBB (or 0x9A6CBB) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 6C and BB. RGB value is (154,108,187). Sum of RGB (Red+Green+Blue) = 154+108+187=449 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.30% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A6CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6CBB is #659344. Grayscale: #828282. Windows color (decimal): -6656837 or 12283034. OLE color: 12283034.

HSL color Cylindrical-coordinate representation of color #9A6CBB: hue angle of 274.94º degrees, saturation: 0.37, 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 #9A6CBB is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 108 187 -
CMYK 0.18 0.42 0 0.27
HSL 274.94º 0.37% 0.58% -
HSV(B) 274.94º 0.42% 0.73% -
XYZ 27.66 21.18 49.64 -
YUV 130.76 159.74 144.58 -
System Red Green Blue C M Y K H S L
Decimal 154 108 187 0.18 0.42 0 0.27 274.94 0.37 0.58
Hex 9A 6C BB 12 2A 0 1B 113 25 3A
Octal 232 154 273 22 52 0 33 423 45 72
Binary 10011010 1101100 10111011 10010 101010 0 11011 100010011 100101 111010

Color Harmonies of #9A6CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6CBB

Black with #9A6CBB

Text Example


Text Example

White with #9A6CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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