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

📋 copy color: '#8A6BB5'

red 138 ◦ green 107 ◦ blue 181

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

Shades of Purple Mountain's Majesty #8A6BB5

Tints of Purple Mountain's Majesty #8A6BB5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.12%

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

R = 32.39%
G = 25.12%
B = 42.49%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8A6BB5 (or 0x8A6BB5) is known color: Purple Mountain's Majesty. HEX triplet: 8A, 6B and B5. RGB value is (138,107,181). Sum of RGB (Red+Green+Blue) = 138+107+181=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 181 - color contains mainly: blue. Hex color #8A6BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6BB5 is #75944A. Grayscale: #7C7C7C. Windows color (decimal): -7705675 or 11889546. OLE color: 11889546.

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

Color convert

RGB 138 107 181 -
CMYK 0.24 0.41 0 0.29
HSL 265.14º 0.33% 0.56% -
HSV(B) 265.14º 0.41% 0.71% -
XYZ 24.08 19.25 46.16 -
YUV 124.71 159.77 137.48 -
System Red Green Blue C M Y K H S L
Decimal 138 107 181 0.24 0.41 0 0.29 265.14 0.33 0.56
Hex 8A 6B B5 18 29 0 1D 109 21 38
Octal 212 153 265 30 51 0 35 411 41 70
Binary 10001010 1101011 10110101 11000 101001 0 11101 100001001 100001 111000

Color Harmonies of #8A6BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6BB5

Black with #8A6BB5

Text Example


Text Example

White with #8A6BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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