Html Css Color HEX #8A61E0 Medium Purple

📋 copy color: '#8A61E0'

red 138 ◦ green 97 ◦ blue 224

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

Shades of Medium Purple #8A61E0

Tints of Medium Purple #8A61E0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.13%

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

R = 30.07%
G = 21.13%
B = 48.8%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8A61E0 (or 0x8A61E0) is known color: Medium Purple. HEX triplet: 8A, 61 and E0. RGB value is (138,97,224). Sum of RGB (Red+Green+Blue) = 138+97+224=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 224 - color contains mainly: blue. Hex color #8A61E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A61E0 is #759E1F. Grayscale: #7B7B7B. Windows color (decimal): -7708192 or 14705034. OLE color: 14705034.

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

Color convert

RGB 138 97 224 -
CMYK 0.38 0.57 0 0.12
HSL 259.37º 0.67% 0.63% -
HSV(B) 259.37º 0.57% 0.88% -
XYZ 28.21 19.33 72.77 -
YUV 123.74 184.58 138.17 -
System Red Green Blue C M Y K H S L
Decimal 138 97 224 0.38 0.57 0 0.12 259.37 0.67 0.63
Hex 8A 61 E0 26 39 0 C 103 43 3F
Octal 212 141 340 46 71 0 14 403 103 77
Binary 10001010 1100001 11100000 100110 111001 0 1100 100000011 1000011 111111

Color Harmonies of #8A61E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A61E0

Black with #8A61E0

Text Example


Text Example

White with #8A61E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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