Html Css Color HEX #8A6AE8 Medium Purple

📋 copy color: '#8A6AE8'

red 138 ◦ green 106 ◦ blue 232

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

Shades of Medium Purple #8A6AE8

Tints of Medium Purple #8A6AE8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.27%

 BLUE value IS 232 (91.02% from 255) = 48.74%

R = 28.99%
G = 22.27%
B = 48.74%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8A6AE8 (or 0x8A6AE8) is known color: Medium Purple. HEX triplet: 8A, 6A and E8. RGB value is (138,106,232). Sum of RGB (Red+Green+Blue) = 138+106+232=476 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.99% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 232 (91.02% from 255 or 48.74% from 476); Max value from RGB is 232 - color contains mainly: blue. Hex color #8A6AE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6AE8 is #759517. Grayscale: #818181. Windows color (decimal): -7705880 or 15231626. OLE color: 15231626.

HSL color Cylindrical-coordinate representation of color #8A6AE8: hue angle of 255.24º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A6AE8 is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 138 106 232 -
CMYK 0.41 0.54 0 0.09
HSL 255.24º 0.73% 0.66% -
HSV(B) 255.24º 0.54% 0.91% -
XYZ 30.2 21.54 78.91 -
YUV 129.93 185.6 133.75 -
System Red Green Blue C M Y K H S L
Decimal 138 106 232 0.41 0.54 0 0.09 255.24 0.73 0.66
Hex 8A 6A E8 29 36 0 9 FF 49 42
Octal 212 152 350 51 66 0 11 377 111 102
Binary 10001010 1101010 11101000 101001 110110 0 1001 11111111 1001001 1000010

Color Harmonies of #8A6AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6AE8

Black with #8A6AE8

Text Example


Text Example

White with #8A6AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,106,232); }

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

background-color css

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

 a { background-color: rgb(138,106,232); }

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

border-color css

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

 span { border-color: rgb(138,106,232); }

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