Html Css Color HEX #8C6FEB Medium Purple

📋 copy color: '#8C6FEB'

red 140 ◦ green 111 ◦ blue 235

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

Shades of Medium Purple #8C6FEB

Tints of Medium Purple #8C6FEB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.84%

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

R = 28.81%
G = 22.84%
B = 48.35%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C6FEB (or 0x8C6FEB) is known color: Medium Purple. HEX triplet: 8C, 6F and EB. RGB value is (140,111,235). Sum of RGB (Red+Green+Blue) = 140+111+235=486 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.81% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C6FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6FEB is #739014. Grayscale: #858585. Windows color (decimal): -7573525 or 15429516. OLE color: 15429516.

HSL color Cylindrical-coordinate representation of color #8C6FEB: hue angle of 254.03º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C6FEB is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 111 235 -
CMYK 0.40 0.53 0 0.08
HSL 254.03º 0.76% 0.68% -
HSV(B) 254.03º 0.53% 0.92% -
XYZ 31.5 22.94 81.37 -
YUV 133.81 185.11 132.42 -
System Red Green Blue C M Y K H S L
Decimal 140 111 235 0.40 0.53 0 0.08 254.03 0.76 0.68
Hex 8C 6F EB 28 35 0 8 FE 4C 44
Octal 214 157 353 50 65 0 10 376 114 104
Binary 10001100 1101111 11101011 101000 110101 0 1000 11111110 1001100 1000100

Color Harmonies of #8C6FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6FEB

Black with #8C6FEB

Text Example


Text Example

White with #8C6FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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