Html Css Color HEX #8A70E1 Medium Purple

📋 copy color: '#8A70E1'

red 138 ◦ green 112 ◦ blue 225

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

Shades of Medium Purple #8A70E1

Tints of Medium Purple #8A70E1

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.58%

 BLUE value IS 225 (88.28% from 255) = 47.37%

R = 29.05%
G = 23.58%
B = 47.37%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8A70E1 (or 0x8A70E1) is known color: Medium Purple. HEX triplet: 8A, 70 and E1. RGB value is (138,112,225). Sum of RGB (Red+Green+Blue) = 138+112+225=475 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.05% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 225 (88.28% from 255 or 47.37% from 475); Max value from RGB is 225 - color contains mainly: blue. Hex color #8A70E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A70E1 is #758F1E. Grayscale: #848484. Windows color (decimal): -7704351 or 14774410. OLE color: 14774410.

HSL color Cylindrical-coordinate representation of color #8A70E1: hue angle of 253.81º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A70E1 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 138 112 225 -
CMYK 0.39 0.50 0 0.12
HSL 253.81º 0.65% 0.66% -
HSV(B) 253.81º 0.5% 0.88% -
XYZ 29.87 22.43 73.99 -
YUV 132.66 180.11 131.81 -
System Red Green Blue C M Y K H S L
Decimal 138 112 225 0.39 0.50 0 0.12 253.81 0.65 0.66
Hex 8A 70 E1 27 32 0 C FE 41 42
Octal 212 160 341 47 62 0 14 376 101 102
Binary 10001010 1110000 11100001 100111 110010 0 1100 11111110 1000001 1000010

Color Harmonies of #8A70E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A70E1

Black with #8A70E1

Text Example


Text Example

White with #8A70E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,112,225); }

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

background-color css

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

 a { background-color: rgb(138,112,225); }

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

border-color css

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

 span { border-color: rgb(138,112,225); }

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