Html Css Color HEX #8C68EA Medium Purple

📋 copy color: '#8C68EA'

red 140 ◦ green 104 ◦ blue 234

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

Shades of Medium Purple #8C68EA

Tints of Medium Purple #8C68EA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.76%

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

R = 29.29%
G = 21.76%
B = 48.95%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C68EA (or 0x8C68EA) is known color: Medium Purple. HEX triplet: 8C, 68 and EA. RGB value is (140,104,234). Sum of RGB (Red+Green+Blue) = 140+104+234=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 104 (41.02% from 255 or 21.76% 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 #8C68EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C68EA is #739715. Grayscale: #818181. Windows color (decimal): -7575318 or 15362188. OLE color: 15362188.

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

Color convert

RGB 140 104 234 -
CMYK 0.40 0.56 0 0.08
HSL 256.62º 0.76% 0.66% -
HSV(B) 256.62º 0.56% 0.92% -
XYZ 30.62 21.42 80.36 -
YUV 129.58 186.93 135.43 -
System Red Green Blue C M Y K H S L
Decimal 140 104 234 0.40 0.56 0 0.08 256.62 0.76 0.66
Hex 8C 68 EA 28 38 0 8 101 4C 42
Octal 214 150 352 50 70 0 10 401 114 102
Binary 10001100 1101000 11101010 101000 111000 0 1000 100000001 1001100 1000010

Color Harmonies of #8C68EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C68EA

Black with #8C68EA

Text Example


Text Example

White with #8C68EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,104,234); }

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

background-color css

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

 a { background-color: rgb(140,104,234); }

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

border-color css

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

 span { border-color: rgb(140,104,234); }

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