Html Css Color HEX #8D68EB Medium Purple

📋 copy color: '#8D68EB'

red 141 ◦ green 104 ◦ blue 235

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

Shades of Medium Purple #8D68EB

Tints of Medium Purple #8D68EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.96%

R = 29.38%
G = 21.67%
B = 48.96%

CMYK

 C value IS 0.4

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D68EB (or 0x8D68EB) is known color: Medium Purple. HEX triplet: 8D, 68 and EB. RGB value is (141,104,235). Sum of RGB (Red+Green+Blue) = 141+104+235=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D68EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D68EB is #729714. Grayscale: #818181. Windows color (decimal): -7509781 or 15427725. OLE color: 15427725.

HSL color Cylindrical-coordinate representation of color #8D68EB: hue angle of 256.95º degrees, saturation: 0.77, 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 #8D68EB is Cyan = 0.4, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 104 235 -
CMYK 0.4 0.56 0 0.08
HSL 256.95º 0.77% 0.66% -
HSV(B) 256.95º 0.56% 0.92% -
XYZ 30.93 21.56 81.13 -
YUV 130 187.26 135.85 -
System Red Green Blue C M Y K H S L
Decimal 141 104 235 0.4 0.56 0 0.08 256.95 0.77 0.66
Hex 8D 68 EB 28 38 0 8 101 4D 42
Octal 215 150 353 50 70 0 10 401 115 102
Binary 10001101 1101000 11101011 101000 111000 0 1000 100000001 1001101 1000010

Color Harmonies of #8D68EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D68EB

Black with #8D68EB

Text Example


Text Example

White with #8D68EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,104,235); }

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

background-color css

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

 a { background-color: rgb(141,104,235); }

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

border-color css

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

 span { border-color: rgb(141,104,235); }

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