Html Css Color HEX #8C81DE Medium Purple

📋 copy color: '#8C81DE'

red 140 ◦ green 129 ◦ blue 222

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

Shades of Medium Purple #8C81DE

Tints of Medium Purple #8C81DE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.27%

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

R = 28.51%
G = 26.27%
B = 45.21%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C81DE (or 0x8C81DE) is known color: Medium Purple. HEX triplet: 8C, 81 and DE. RGB value is (140,129,222). Sum of RGB (Red+Green+Blue) = 140+129+222=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #8C81DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C81DE is #737E21. Grayscale: #8E8E8E. Windows color (decimal): -7568930 or 14582156. OLE color: 14582156.

HSL color Cylindrical-coordinate representation of color #8C81DE: hue angle of 247.1º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C81DE is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 129 222 -
CMYK 0.37 0.42 0 0.13
HSL 247.1º 0.58% 0.69% -
HSV(B) 247.1º 0.42% 0.87% -
XYZ 31.85 26.55 72.55 -
YUV 142.89 172.64 125.94 -
System Red Green Blue C M Y K H S L
Decimal 140 129 222 0.37 0.42 0 0.13 247.1 0.58 0.69
Hex 8C 81 DE 25 2A 0 D F7 3A 45
Octal 214 201 336 45 52 0 15 367 72 105
Binary 10001100 10000001 11011110 100101 101010 0 1101 11110111 111010 1000101

Color Harmonies of #8C81DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C81DE

Black with #8C81DE

Text Example


Text Example

White with #8C81DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,129,222); }

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

background-color css

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

 a { background-color: rgb(140,129,222); }

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

border-color css

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

 span { border-color: rgb(140,129,222); }

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