Html Css Color HEX #8A6DE8 Medium Purple

📋 copy color: '#8A6DE8'

red 138 ◦ green 109 ◦ blue 232

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

Shades of Medium Purple #8A6DE8

Tints of Medium Purple #8A6DE8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.76%

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

R = 28.81%
G = 22.76%
B = 48.43%

CMYK

 C value IS 0.41

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8A6DE8 (or 0x8A6DE8) is known color: Medium Purple. HEX triplet: 8A, 6D and E8. RGB value is (138,109,232). Sum of RGB (Red+Green+Blue) = 138+109+232=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 232 (91.02% from 255 or 48.43% from 479); Max value from RGB is 232 - color contains mainly: blue. Hex color #8A6DE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6DE8 is #759217. Grayscale: #838383. Windows color (decimal): -7705112 or 15232394. OLE color: 15232394.

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

Color convert

RGB 138 109 232 -
CMYK 0.41 0.53 0 0.09
HSL 254.15º 0.73% 0.67% -
HSV(B) 254.15º 0.53% 0.91% -
XYZ 30.52 22.17 79.01 -
YUV 131.69 184.61 132.5 -
System Red Green Blue C M Y K H S L
Decimal 138 109 232 0.41 0.53 0 0.09 254.15 0.73 0.67
Hex 8A 6D E8 29 35 0 9 FE 49 43
Octal 212 155 350 51 65 0 11 376 111 103
Binary 10001010 1101101 11101000 101001 110101 0 1001 11111110 1001001 1000011

Color Harmonies of #8A6DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6DE8

Black with #8A6DE8

Text Example


Text Example

White with #8A6DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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