Html Css Color HEX #8A61E4 Medium Purple

📋 copy color: '#8A61E4'

red 138 ◦ green 97 ◦ blue 228

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

Shades of Medium Purple #8A61E4

Tints of Medium Purple #8A61E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 49.24%

R = 29.81%
G = 20.95%
B = 49.24%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8A61E4 (or 0x8A61E4) is known color: Medium Purple. HEX triplet: 8A, 61 and E4. RGB value is (138,97,228). Sum of RGB (Red+Green+Blue) = 138+97+228=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 228 (89.45% from 255 or 49.24% from 463); Max value from RGB is 228 - color contains mainly: blue. Hex color #8A61E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A61E4 is #759E1B. Grayscale: #7B7B7B. Windows color (decimal): -7708188 or 14967178. OLE color: 14967178.

HSL color Cylindrical-coordinate representation of color #8A61E4: hue angle of 258.78º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A61E4 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 138 97 228 -
CMYK 0.39 0.57 0 0.11
HSL 258.78º 0.71% 0.64% -
HSV(B) 258.78º 0.57% 0.89% -
XYZ 28.76 19.55 75.66 -
YUV 124.19 186.58 137.85 -
System Red Green Blue C M Y K H S L
Decimal 138 97 228 0.39 0.57 0 0.11 258.78 0.71 0.64
Hex 8A 61 E4 27 39 0 B 103 47 40
Octal 212 141 344 47 71 0 13 403 107 100
Binary 10001010 1100001 11100100 100111 111001 0 1011 100000011 1000111 1000000

Color Harmonies of #8A61E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A61E4

Black with #8A61E4

Text Example


Text Example

White with #8A61E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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