Html Css Color HEX #8A61DC Medium Purple

📋 copy color: '#8A61DC'

red 138 ◦ green 97 ◦ blue 220

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

Shades of Medium Purple #8A61DC

Tints of Medium Purple #8A61DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.35%

R = 30.33%
G = 21.32%
B = 48.35%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A61DC (or 0x8A61DC) is known color: Medium Purple. HEX triplet: 8A, 61 and DC. RGB value is (138,97,220). Sum of RGB (Red+Green+Blue) = 138+97+220=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A61DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A61DC is #759E23. Grayscale: #7A7A7A. Windows color (decimal): -7708196 or 14442890. OLE color: 14442890.

HSL color Cylindrical-coordinate representation of color #8A61DC: hue angle of 260º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A61DC is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 97 220 -
CMYK 0.37 0.56 0 0.14
HSL 260º 0.64% 0.62% -
HSV(B) 260º 0.56% 0.86% -
XYZ 27.67 19.12 69.94 -
YUV 123.28 182.58 138.5 -
System Red Green Blue C M Y K H S L
Decimal 138 97 220 0.37 0.56 0 0.14 260 0.64 0.62
Hex 8A 61 DC 25 38 0 E 104 40 3E
Octal 212 141 334 45 70 0 16 404 100 76
Binary 10001010 1100001 11011100 100101 111000 0 1110 100000100 1000000 111110

Color Harmonies of #8A61DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A61DC

Black with #8A61DC

Text Example


Text Example

White with #8A61DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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