Html Css Color HEX #8C5FDA Medium Purple

📋 copy color: '#8C5FDA'

red 140 ◦ green 95 ◦ blue 218

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

Shades of Medium Purple #8C5FDA

Tints of Medium Purple #8C5FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.97%

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

R = 30.91%
G = 20.97%
B = 48.12%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8C5FDA (or 0x8C5FDA) is known color: Medium Purple. HEX triplet: 8C, 5F and DA. RGB value is (140,95,218). Sum of RGB (Red+Green+Blue) = 140+95+218=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C5FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5FDA is #73A025. Grayscale: #7A7A7A. Windows color (decimal): -7577638 or 14311308. OLE color: 14311308.

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

Color convert

RGB 140 95 218 -
CMYK 0.36 0.56 0 0.15
HSL 261.95º 0.62% 0.61% -
HSV(B) 261.95º 0.56% 0.85% -
XYZ 27.56 18.82 68.51 -
YUV 122.48 181.91 140.5 -
System Red Green Blue C M Y K H S L
Decimal 140 95 218 0.36 0.56 0 0.15 261.95 0.62 0.61
Hex 8C 5F DA 24 38 0 F 106 3E 3D
Octal 214 137 332 44 70 0 17 406 76 75
Binary 10001100 1011111 11011010 100100 111000 0 1111 100000110 111110 111101

Color Harmonies of #8C5FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5FDA

Black with #8C5FDA

Text Example


Text Example

White with #8C5FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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