Html Css Color HEX #8A5BDC Medium Purple

📋 copy color: '#8A5BDC'

red 138 ◦ green 91 ◦ blue 220

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

Shades of Medium Purple #8A5BDC

Tints of Medium Purple #8A5BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.27%

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

R = 30.73%
G = 20.27%
B = 49%

CMYK

 C value IS 0.37

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A5BDC (or 0x8A5BDC) is known color: Medium Purple. HEX triplet: 8A, 5B and DC. RGB value is (138,91,220). Sum of RGB (Red+Green+Blue) = 138+91+220=449 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.73% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A5BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5BDC is #75A423. Grayscale: #777777. Windows color (decimal): -7709732 or 14441354. OLE color: 14441354.

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

Color convert

RGB 138 91 220 -
CMYK 0.37 0.59 0 0.14
HSL 261.86º 0.65% 0.61% -
HSV(B) 261.86º 0.59% 0.86% -
XYZ 27.14 18.05 69.76 -
YUV 119.76 184.57 141.01 -
System Red Green Blue C M Y K H S L
Decimal 138 91 220 0.37 0.59 0 0.14 261.86 0.65 0.61
Hex 8A 5B DC 25 3B 0 E 106 41 3D
Octal 212 133 334 45 73 0 16 406 101 75
Binary 10001010 1011011 11011100 100101 111011 0 1110 100000110 1000001 111101

Color Harmonies of #8A5BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5BDC

Black with #8A5BDC

Text Example


Text Example

White with #8A5BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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