Html Css Color HEX #8C81DF Medium Purple

📋 copy color: '#8C81DF'

red 140 ◦ green 129 ◦ blue 223

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

Shades of Medium Purple #8C81DF

Tints of Medium Purple #8C81DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.33%

R = 28.46%
G = 26.22%
B = 45.33%

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

#8C81DF (or 0x8C81DF) is known color: Medium Purple. HEX triplet: 8C, 81 and DF. RGB value is (140,129,223). Sum of RGB (Red+Green+Blue) = 140+129+223=492 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.46% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C81DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C81DF is #737E20. Grayscale: #8E8E8E. Windows color (decimal): -7568929 or 14647692. OLE color: 14647692.

HSL color Cylindrical-coordinate representation of color #8C81DF: hue angle of 247.02º degrees, saturation: 0.59, 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 #8C81DF is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 129 223 -
CMYK 0.37 0.42 0 0.13
HSL 247.02º 0.59% 0.69% -
HSV(B) 247.02º 0.42% 0.87% -
XYZ 31.98 26.6 73.26 -
YUV 143.01 173.14 125.86 -
System Red Green Blue C M Y K H S L
Decimal 140 129 223 0.37 0.42 0 0.13 247.02 0.59 0.69
Hex 8C 81 DF 25 2A 0 D F7 3B 45
Octal 214 201 337 45 52 0 15 367 73 105
Binary 10001100 10000001 11011111 100101 101010 0 1101 11110111 111011 1000101

Color Harmonies of #8C81DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C81DF

Black with #8C81DF

Text Example


Text Example

White with #8C81DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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