Html Css Color HEX #8D65EA Medium Purple

📋 copy color: '#8D65EA'

red 141 ◦ green 101 ◦ blue 234

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

Shades of Medium Purple #8D65EA

Tints of Medium Purple #8D65EA

RGB

 RED value IS 141 (55.47% from 255) = 29.62%

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

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

R = 29.62%
G = 21.22%
B = 49.16%

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

#8D65EA (or 0x8D65EA) is known color: Medium Purple. HEX triplet: 8D, 65 and EA. RGB value is (141,101,234). Sum of RGB (Red+Green+Blue) = 141+101+234=476 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.62% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D65EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D65EA is #729A15. Grayscale: #7F7F7F. Windows color (decimal): -7510550 or 15361421. OLE color: 15361421.

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

Color convert

RGB 141 101 234 -
CMYK 0.40 0.57 0 0.08
HSL 258.05º 0.76% 0.66% -
HSV(B) 258.05º 0.57% 0.92% -
XYZ 30.49 20.91 80.27 -
YUV 128.12 187.75 137.19 -
System Red Green Blue C M Y K H S L
Decimal 141 101 234 0.40 0.57 0 0.08 258.05 0.76 0.66
Hex 8D 65 EA 28 39 0 8 102 4C 42
Octal 215 145 352 50 71 0 10 402 114 102
Binary 10001101 1100101 11101010 101000 111001 0 1000 100000010 1001100 1000010

Color Harmonies of #8D65EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D65EA

Black with #8D65EA

Text Example


Text Example

White with #8D65EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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