Html Css Color HEX #8C6BDE Medium Purple

📋 copy color: '#8C6BDE'

red 140 ◦ green 107 ◦ blue 222

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

Shades of Medium Purple #8C6BDE

Tints of Medium Purple #8C6BDE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.81%

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

R = 29.85%
G = 22.81%
B = 47.33%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C6BDE (or 0x8C6BDE) is known color: Medium Purple. HEX triplet: 8C, 6B and DE. RGB value is (140,107,222). Sum of RGB (Red+Green+Blue) = 140+107+222=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #8C6BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6BDE is #739421. Grayscale: #818181. Windows color (decimal): -7574562 or 14576524. OLE color: 14576524.

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

Color convert

RGB 140 107 222 -
CMYK 0.37 0.52 0 0.13
HSL 257.22º 0.64% 0.65% -
HSV(B) 257.22º 0.52% 0.87% -
XYZ 29.26 21.36 71.69 -
YUV 129.98 179.93 135.15 -
System Red Green Blue C M Y K H S L
Decimal 140 107 222 0.37 0.52 0 0.13 257.22 0.64 0.65
Hex 8C 6B DE 25 34 0 D 101 40 41
Octal 214 153 336 45 64 0 15 401 100 101
Binary 10001100 1101011 11011110 100101 110100 0 1101 100000001 1000000 1000001

Color Harmonies of #8C6BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6BDE

Black with #8C6BDE

Text Example


Text Example

White with #8C6BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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