Html Css Color HEX #8A6CB5 Purple Mountain's Majesty

📋 copy color: '#8A6CB5'

red 138 ◦ green 108 ◦ blue 181

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

Shades of Purple Mountain's Majesty #8A6CB5

Tints of Purple Mountain's Majesty #8A6CB5

RGB

 RED value IS 138 (54.3% from 255) = 32.32%

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

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

R = 32.32%
G = 25.29%
B = 42.39%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8A6CB5 (or 0x8A6CB5) is known color: Purple Mountain's Majesty. HEX triplet: 8A, 6C and B5. RGB value is (138,108,181). Sum of RGB (Red+Green+Blue) = 138+108+181=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 181 - color contains mainly: blue. Hex color #8A6CB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6CB5 is #75934A. Grayscale: #7D7D7D. Windows color (decimal): -7705419 or 11889802. OLE color: 11889802.

HSL color Cylindrical-coordinate representation of color #8A6CB5: hue angle of 264.66º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A6CB5 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 108 181 -
CMYK 0.24 0.40 0 0.29
HSL 264.66º 0.33% 0.57% -
HSV(B) 264.66º 0.4% 0.71% -
XYZ 24.18 19.46 46.2 -
YUV 125.29 159.44 137.06 -
System Red Green Blue C M Y K H S L
Decimal 138 108 181 0.24 0.40 0 0.29 264.66 0.33 0.57
Hex 8A 6C B5 18 28 0 1D 109 21 39
Octal 212 154 265 30 50 0 35 411 41 71
Binary 10001010 1101100 10110101 11000 101000 0 11101 100001001 100001 111001

Color Harmonies of #8A6CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6CB5

Black with #8A6CB5

Text Example


Text Example

White with #8A6CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A6CB5; }

 p { color: rgb(138,108,181); }

 H1.HeaderClassName
 {
   color: #8A6CB5;
 }
 .AnyTagClassName
 {
   color: #8A6CB5;
 }
</style>

background-color css

<style>
 a { background-color: #8A6CB5; }

 a { background-color: rgb(138,108,181); }

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

border-color css

<style>
 span { border-color: #8A6CB5; }

 span { border-color: rgb(138,108,181); }

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