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

📋 copy color: '#8A68B2'

red 138 ◦ green 104 ◦ blue 178

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

Shades of Purple Mountain's Majesty #8A68B2

Tints of Purple Mountain's Majesty #8A68B2

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.76%

 BLUE value IS 178 (69.92% from 255) = 42.38%

R = 32.86%
G = 24.76%
B = 42.38%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8A68B2 (or 0x8A68B2) is known color: Purple Mountain's Majesty. HEX triplet: 8A, 68 and B2. RGB value is (138,104,178). Sum of RGB (Red+Green+Blue) = 138+104+178=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 178 - color contains mainly: blue. Hex color #8A68B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A68B2 is #75974D. Grayscale: #7A7A7A. Windows color (decimal): -7706446 or 11692170. OLE color: 11692170.

HSL color Cylindrical-coordinate representation of color #8A68B2: hue angle of 267.57º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A68B2 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 104 178 -
CMYK 0.22 0.42 0 0.30
HSL 267.57º 0.32% 0.55% -
HSV(B) 267.57º 0.42% 0.7% -
XYZ 23.47 18.52 44.46 -
YUV 122.6 159.26 138.98 -
System Red Green Blue C M Y K H S L
Decimal 138 104 178 0.22 0.42 0 0.30 267.57 0.32 0.55
Hex 8A 68 B2 16 2A 0 1E 10C 20 37
Octal 212 150 262 26 52 0 36 414 40 67
Binary 10001010 1101000 10110010 10110 101010 0 11110 100001100 100000 110111

Color Harmonies of #8A68B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A68B2

Black with #8A68B2

Text Example


Text Example

White with #8A68B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,104,178); }

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

background-color css

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

 a { background-color: rgb(138,104,178); }

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

border-color css

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

 span { border-color: rgb(138,104,178); }

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