Html Css Color HEX #8C6ADD Medium Purple

📋 copy color: '#8C6ADD'

red 140 ◦ green 106 ◦ blue 221

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

Shades of Medium Purple #8C6ADD

Tints of Medium Purple #8C6ADD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.7%

 BLUE value IS 221 (86.72% from 255) = 47.32%

R = 29.98%
G = 22.7%
B = 47.32%

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

#8C6ADD (or 0x8C6ADD) is known color: Medium Purple. HEX triplet: 8C, 6A and DD. RGB value is (140,106,221). Sum of RGB (Red+Green+Blue) = 140+106+221=467 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.98% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C6ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6ADD is #739522. Grayscale: #808080. Windows color (decimal): -7574819 or 14510732. OLE color: 14510732.

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

Color convert

RGB 140 106 221 -
CMYK 0.37 0.52 0 0.13
HSL 257.74º 0.63% 0.64% -
HSV(B) 257.74º 0.52% 0.87% -
XYZ 29.02 21.1 70.95 -
YUV 129.28 179.76 135.65 -
System Red Green Blue C M Y K H S L
Decimal 140 106 221 0.37 0.52 0 0.13 257.74 0.63 0.64
Hex 8C 6A DD 25 34 0 D 102 3F 40
Octal 214 152 335 45 64 0 15 402 77 100
Binary 10001100 1101010 11011101 100101 110100 0 1101 100000010 111111 1000000

Color Harmonies of #8C6ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6ADD

Black with #8C6ADD

Text Example


Text Example

White with #8C6ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,106,221); }

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

background-color css

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

 a { background-color: rgb(140,106,221); }

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

border-color css

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

 span { border-color: rgb(140,106,221); }

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