Html Css Color HEX #8C6BDF Medium Purple

📋 copy color: '#8C6BDF'

red 140 ◦ green 107 ◦ blue 223

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

Shades of Medium Purple #8C6BDF

Tints of Medium Purple #8C6BDF

RGB

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

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

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

R = 29.79%
G = 22.77%
B = 47.45%

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

#8C6BDF (or 0x8C6BDF) is known color: Medium Purple. HEX triplet: 8C, 6B and DF. RGB value is (140,107,223). Sum of RGB (Red+Green+Blue) = 140+107+223=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C6BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6BDF is #739420. Grayscale: #818181. Windows color (decimal): -7574561 or 14642060. OLE color: 14642060.

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

Color convert

RGB 140 107 223 -
CMYK 0.37 0.52 0 0.13
HSL 257.07º 0.64% 0.65% -
HSV(B) 257.07º 0.52% 0.87% -
XYZ 29.39 21.42 72.4 -
YUV 130.09 180.43 135.07 -
System Red Green Blue C M Y K H S L
Decimal 140 107 223 0.37 0.52 0 0.13 257.07 0.64 0.65
Hex 8C 6B DF 25 34 0 D 101 40 41
Octal 214 153 337 45 64 0 15 401 100 101
Binary 10001100 1101011 11011111 100101 110100 0 1101 100000001 1000000 1000001

Color Harmonies of #8C6BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6BDF

Black with #8C6BDF

Text Example


Text Example

White with #8C6BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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