Html Css Color HEX #8A5CDC Medium Purple

📋 copy color: '#8A5CDC'

red 138 ◦ green 92 ◦ blue 220

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

Shades of Medium Purple #8A5CDC

Tints of Medium Purple #8A5CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.44%

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

R = 30.67%
G = 20.44%
B = 48.89%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A5CDC (or 0x8A5CDC) is known color: Medium Purple. HEX triplet: 8A, 5C and DC. RGB value is (138,92,220). Sum of RGB (Red+Green+Blue) = 138+92+220=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A5CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5CDC is #75A323. Grayscale: #777777. Windows color (decimal): -7709476 or 14441610. OLE color: 14441610.

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

Color convert

RGB 138 92 220 -
CMYK 0.37 0.58 0 0.14
HSL 261.56º 0.65% 0.61% -
HSV(B) 261.56º 0.58% 0.86% -
XYZ 27.23 18.22 69.79 -
YUV 120.35 184.24 140.59 -
System Red Green Blue C M Y K H S L
Decimal 138 92 220 0.37 0.58 0 0.14 261.56 0.65 0.61
Hex 8A 5C DC 25 3A 0 E 106 41 3D
Octal 212 134 334 45 72 0 16 406 101 75
Binary 10001010 1011100 11011100 100101 111010 0 1110 100000110 1000001 111101

Color Harmonies of #8A5CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5CDC

Black with #8A5CDC

Text Example


Text Example

White with #8A5CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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