Html Css Color HEX #8C5BDA Medium Purple

📋 copy color: '#8C5BDA'

red 140 ◦ green 91 ◦ blue 218

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

Shades of Medium Purple #8C5BDA

Tints of Medium Purple #8C5BDA

RGB

 RED value IS 140 (55.08% from 255) = 31.18%

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

 BLUE value IS 218 (85.55% from 255) = 48.55%

R = 31.18%
G = 20.27%
B = 48.55%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8C5BDA (or 0x8C5BDA) is known color: Medium Purple. HEX triplet: 8C, 5B and DA. RGB value is (140,91,218). Sum of RGB (Red+Green+Blue) = 140+91+218=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C5BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5BDA is #73A425. Grayscale: #777777. Windows color (decimal): -7578662 or 14310284. OLE color: 14310284.

HSL color Cylindrical-coordinate representation of color #8C5BDA: hue angle of 263.15º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C5BDA is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 91 218 -
CMYK 0.36 0.58 0 0.15
HSL 263.15º 0.63% 0.61% -
HSV(B) 263.15º 0.58% 0.85% -
XYZ 27.21 18.12 68.39 -
YUV 120.13 183.23 142.17 -
System Red Green Blue C M Y K H S L
Decimal 140 91 218 0.36 0.58 0 0.15 263.15 0.63 0.61
Hex 8C 5B DA 24 3A 0 F 107 3F 3D
Octal 214 133 332 44 72 0 17 407 77 75
Binary 10001100 1011011 11011010 100100 111010 0 1111 100000111 111111 111101

Color Harmonies of #8C5BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5BDA

Black with #8C5BDA

Text Example


Text Example

White with #8C5BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,91,218); }

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

background-color css

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

 a { background-color: rgb(140,91,218); }

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

border-color css

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

 span { border-color: rgb(140,91,218); }

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