Html Css Color HEX #8C64EB Medium Purple

📋 copy color: '#8C64EB'

red 140 ◦ green 100 ◦ blue 235

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

Shades of Medium Purple #8C64EB

Tints of Medium Purple #8C64EB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.05%

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

R = 29.47%
G = 21.05%
B = 49.47%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C64EB (or 0x8C64EB) is known color: Medium Purple. HEX triplet: 8C, 64 and EB. RGB value is (140,100,235). Sum of RGB (Red+Green+Blue) = 140+100+235=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C64EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C64EB is #739B14. Grayscale: #7E7E7E. Windows color (decimal): -7576341 or 15426700. OLE color: 15426700.

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

Color convert

RGB 140 100 235 -
CMYK 0.40 0.57 0 0.08
HSL 257.78º 0.77% 0.66% -
HSV(B) 257.78º 0.57% 0.92% -
XYZ 30.37 20.69 80.99 -
YUV 127.35 188.75 137.02 -
System Red Green Blue C M Y K H S L
Decimal 140 100 235 0.40 0.57 0 0.08 257.78 0.77 0.66
Hex 8C 64 EB 28 39 0 8 102 4D 42
Octal 214 144 353 50 71 0 10 402 115 102
Binary 10001100 1100100 11101011 101000 111001 0 1000 100000010 1001101 1000010

Color Harmonies of #8C64EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C64EB

Black with #8C64EB

Text Example


Text Example

White with #8C64EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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