Html Css Color HEX #8C65E5 Medium Purple

📋 copy color: '#8C65E5'

red 140 ◦ green 101 ◦ blue 229

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

Shades of Medium Purple #8C65E5

Tints of Medium Purple #8C65E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.72%

R = 29.79%
G = 21.49%
B = 48.72%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8C65E5 (or 0x8C65E5) is known color: Medium Purple. HEX triplet: 8C, 65 and E5. RGB value is (140,101,229). Sum of RGB (Red+Green+Blue) = 140+101+229=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 229 - color contains mainly: blue. Hex color #8C65E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C65E5 is #739A1A. Grayscale: #7E7E7E. Windows color (decimal): -7576091 or 15033740. OLE color: 15033740.

HSL color Cylindrical-coordinate representation of color #8C65E5: hue angle of 258.28º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C65E5 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 140 101 229 -
CMYK 0.39 0.56 0 0.10
HSL 258.28º 0.71% 0.65% -
HSV(B) 258.28º 0.56% 0.9% -
XYZ 29.61 20.54 76.53 -
YUV 127.25 185.42 137.09 -
System Red Green Blue C M Y K H S L
Decimal 140 101 229 0.39 0.56 0 0.10 258.28 0.71 0.65
Hex 8C 65 E5 27 38 0 A 102 47 41
Octal 214 145 345 47 70 0 12 402 107 101
Binary 10001100 1100101 11100101 100111 111000 0 1010 100000010 1000111 1000001

Color Harmonies of #8C65E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C65E5

Black with #8C65E5

Text Example


Text Example

White with #8C65E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,101,229); }

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

background-color css

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

 a { background-color: rgb(140,101,229); }

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

border-color css

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

 span { border-color: rgb(140,101,229); }

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