Html Css Color HEX #8F64EA Medium Purple

📋 copy color: '#8F64EA'

red 143 ◦ green 100 ◦ blue 234

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

Shades of Medium Purple #8F64EA

Tints of Medium Purple #8F64EA

RGB

 RED value IS 143 (56.25% from 255) = 29.98%

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

 BLUE value IS 234 (91.8% from 255) = 49.06%

R = 29.98%
G = 20.96%
B = 49.06%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8F64EA (or 0x8F64EA) is known color: Medium Purple. HEX triplet: 8F, 64 and EA. RGB value is (143,100,234). Sum of RGB (Red+Green+Blue) = 143+100+234=477 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.98% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F64EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F64EA is #709B15. Grayscale: #7F7F7F. Windows color (decimal): -7379734 or 15361167. OLE color: 15361167.

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

Color convert

RGB 143 100 234 -
CMYK 0.39 0.57 0 0.08
HSL 259.25º 0.76% 0.65% -
HSV(B) 259.25º 0.57% 0.92% -
XYZ 30.74 20.89 80.25 -
YUV 128.13 187.75 138.6 -
System Red Green Blue C M Y K H S L
Decimal 143 100 234 0.39 0.57 0 0.08 259.25 0.76 0.65
Hex 8F 64 EA 27 39 0 8 103 4C 41
Octal 217 144 352 47 71 0 10 403 114 101
Binary 10001111 1100100 11101010 100111 111001 0 1000 100000011 1001100 1000001

Color Harmonies of #8F64EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F64EA

Black with #8F64EA

Text Example


Text Example

White with #8F64EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,100,234); }

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

background-color css

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

 a { background-color: rgb(143,100,234); }

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

border-color css

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

 span { border-color: rgb(143,100,234); }

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