Html Css Color HEX #8A64E0 Medium Purple

📋 copy color: '#8A64E0'

red 138 ◦ green 100 ◦ blue 224

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

Shades of Medium Purple #8A64E0

Tints of Medium Purple #8A64E0

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.65%

 BLUE value IS 224 (87.89% from 255) = 48.48%

R = 29.87%
G = 21.65%
B = 48.48%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8A64E0 (or 0x8A64E0) is known color: Medium Purple. HEX triplet: 8A, 64 and E0. RGB value is (138,100,224). Sum of RGB (Red+Green+Blue) = 138+100+224=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #8A64E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A64E0 is #759B1F. Grayscale: #7D7D7D. Windows color (decimal): -7707424 or 14705802. OLE color: 14705802.

HSL color Cylindrical-coordinate representation of color #8A64E0: hue angle of 258.39º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A64E0 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 138 100 224 -
CMYK 0.38 0.55 0 0.12
HSL 258.39º 0.67% 0.64% -
HSV(B) 258.39º 0.55% 0.88% -
XYZ 28.49 19.9 72.86 -
YUV 125.5 183.59 136.92 -
System Red Green Blue C M Y K H S L
Decimal 138 100 224 0.38 0.55 0 0.12 258.39 0.67 0.64
Hex 8A 64 E0 26 37 0 C 102 43 40
Octal 212 144 340 46 67 0 14 402 103 100
Binary 10001010 1100100 11100000 100110 110111 0 1100 100000010 1000011 1000000

Color Harmonies of #8A64E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A64E0

Black with #8A64E0

Text Example


Text Example

White with #8A64E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,100,224); }

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

background-color css

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

 a { background-color: rgb(138,100,224); }

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

border-color css

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

 span { border-color: rgb(138,100,224); }

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