Html Css Color HEX #8A60DF Medium Purple

📋 copy color: '#8A60DF'

red 138 ◦ green 96 ◦ blue 223

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

Shades of Medium Purple #8A60DF

Tints of Medium Purple #8A60DF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.01%

 BLUE value IS 223 (87.5% from 255) = 48.8%

R = 30.2%
G = 21.01%
B = 48.8%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A60DF (or 0x8A60DF) is known color: Medium Purple. HEX triplet: 8A, 60 and DF. RGB value is (138,96,223). Sum of RGB (Red+Green+Blue) = 138+96+223=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A60DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A60DF is #759F20. Grayscale: #7A7A7A. Windows color (decimal): -7708449 or 14639242. OLE color: 14639242.

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

Color convert

RGB 138 96 223 -
CMYK 0.38 0.57 0 0.13
HSL 259.84º 0.66% 0.63% -
HSV(B) 259.84º 0.57% 0.87% -
XYZ 27.98 19.1 72.02 -
YUV 123.04 184.41 138.67 -
System Red Green Blue C M Y K H S L
Decimal 138 96 223 0.38 0.57 0 0.13 259.84 0.66 0.63
Hex 8A 60 DF 26 39 0 D 104 42 3F
Octal 212 140 337 46 71 0 15 404 102 77
Binary 10001010 1100000 11011111 100110 111001 0 1101 100000100 1000010 111111

Color Harmonies of #8A60DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A60DF

Black with #8A60DF

Text Example


Text Example

White with #8A60DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,96,223); }

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

background-color css

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

 a { background-color: rgb(138,96,223); }

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

border-color css

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

 span { border-color: rgb(138,96,223); }

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