Html Css Color HEX #8D68DE Medium Purple

📋 copy color: '#8D68DE'

red 141 ◦ green 104 ◦ blue 222

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

Shades of Medium Purple #8D68DE

Tints of Medium Purple #8D68DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.54%

R = 30.19%
G = 22.27%
B = 47.54%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D68DE (or 0x8D68DE) is known color: Medium Purple. HEX triplet: 8D, 68 and DE. RGB value is (141,104,222). Sum of RGB (Red+Green+Blue) = 141+104+222=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #8D68DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D68DE is #729721. Grayscale: #808080. Windows color (decimal): -7509794 or 14575757. OLE color: 14575757.

HSL color Cylindrical-coordinate representation of color #8D68DE: hue angle of 258.81º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D68DE is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 104 222 -
CMYK 0.36 0.53 0 0.13
HSL 258.81º 0.64% 0.64% -
HSV(B) 258.81º 0.53% 0.87% -
XYZ 29.12 20.84 71.59 -
YUV 128.52 180.76 136.91 -
System Red Green Blue C M Y K H S L
Decimal 141 104 222 0.36 0.53 0 0.13 258.81 0.64 0.64
Hex 8D 68 DE 24 35 0 D 103 40 40
Octal 215 150 336 44 65 0 15 403 100 100
Binary 10001101 1101000 11011110 100100 110101 0 1101 100000011 1000000 1000000

Color Harmonies of #8D68DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D68DE

Black with #8D68DE

Text Example


Text Example

White with #8D68DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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