Html Css Color HEX #8C5FEB Medium Purple

📋 copy color: '#8C5FEB'

red 140 ◦ green 95 ◦ blue 235

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

Shades of Medium Purple #8C5FEB

Tints of Medium Purple #8C5FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50%

R = 29.79%
G = 20.21%
B = 50%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C5FEB (or 0x8C5FEB) is known color: Medium Purple. HEX triplet: 8C, 5F and EB. RGB value is (140,95,235). Sum of RGB (Red+Green+Blue) = 140+95+235=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C5FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5FEB is #73A014. Grayscale: #7B7B7B. Windows color (decimal): -7577621 or 15425420. OLE color: 15425420.

HSL color Cylindrical-coordinate representation of color #8C5FEB: hue angle of 259.29º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C5FEB is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 95 235 -
CMYK 0.40 0.60 0 0.08
HSL 259.29º 0.78% 0.65% -
HSV(B) 259.29º 0.6% 0.92% -
XYZ 29.9 19.76 80.83 -
YUV 124.42 190.41 139.12 -
System Red Green Blue C M Y K H S L
Decimal 140 95 235 0.40 0.60 0 0.08 259.29 0.78 0.65
Hex 8C 5F EB 28 3C 0 8 103 4E 41
Octal 214 137 353 50 74 0 10 403 116 101
Binary 10001100 1011111 11101011 101000 111100 0 1000 100000011 1001110 1000001

Color Harmonies of #8C5FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5FEB

Black with #8C5FEB

Text Example


Text Example

White with #8C5FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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