Html Css Color HEX #8F65EA Medium Purple

📋 copy color: '#8F65EA'

red 143 ◦ green 101 ◦ blue 234

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

Shades of Medium Purple #8F65EA

Tints of Medium Purple #8F65EA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.13%

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

R = 29.92%
G = 21.13%
B = 48.95%

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

#8F65EA (or 0x8F65EA) is known color: Medium Purple. HEX triplet: 8F, 65 and EA. RGB value is (143,101,234). Sum of RGB (Red+Green+Blue) = 143+101+234=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F65EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F65EA is #709A15. Grayscale: #808080. Windows color (decimal): -7379478 or 15361423. OLE color: 15361423.

HSL color Cylindrical-coordinate representation of color #8F65EA: hue angle of 258.95º degrees, saturation: 0.76, 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 #8F65EA is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 101 234 -
CMYK 0.39 0.57 0 0.08
HSL 258.95º 0.76% 0.66% -
HSV(B) 258.95º 0.57% 0.92% -
XYZ 30.83 21.09 80.29 -
YUV 128.72 187.41 138.19 -
System Red Green Blue C M Y K H S L
Decimal 143 101 234 0.39 0.57 0 0.08 258.95 0.76 0.66
Hex 8F 65 EA 27 39 0 8 103 4C 42
Octal 217 145 352 47 71 0 10 403 114 102
Binary 10001111 1100101 11101010 100111 111001 0 1000 100000011 1001100 1000010

Color Harmonies of #8F65EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F65EA

Black with #8F65EA

Text Example


Text Example

White with #8F65EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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