Html Css Color HEX #8A6CDC Medium Purple

📋 copy color: '#8A6CDC'

red 138 ◦ green 108 ◦ blue 220

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

Shades of Medium Purple #8A6CDC

Tints of Medium Purple #8A6CDC

RGB

 RED value IS 138 (54.3% from 255) = 29.61%

 GREEN value IS 108 (42.58% from 255) = 23.18%

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 29.61%
G = 23.18%
B = 47.21%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A6CDC (or 0x8A6CDC) is known color: Medium Purple. HEX triplet: 8A, 6C and DC. RGB value is (138,108,220). Sum of RGB (Red+Green+Blue) = 138+108+220=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A6CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6CDC is #759323. Grayscale: #818181. Windows color (decimal): -7705380 or 14445706. OLE color: 14445706.

HSL color Cylindrical-coordinate representation of color #8A6CDC: hue angle of 256.07º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A6CDC is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 108 220 -
CMYK 0.37 0.51 0 0.14
HSL 256.07º 0.62% 0.64% -
HSV(B) 256.07º 0.51% 0.86% -
XYZ 28.76 21.3 70.3 -
YUV 129.74 178.94 133.89 -
System Red Green Blue C M Y K H S L
Decimal 138 108 220 0.37 0.51 0 0.14 256.07 0.62 0.64
Hex 8A 6C DC 25 33 0 E 100 3E 40
Octal 212 154 334 45 63 0 16 400 76 100
Binary 10001010 1101100 11011100 100101 110011 0 1110 100000000 111110 1000000

Color Harmonies of #8A6CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6CDC

Black with #8A6CDC

Text Example


Text Example

White with #8A6CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,108,220); }

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

background-color css

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

 a { background-color: rgb(138,108,220); }

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

border-color css

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

 span { border-color: rgb(138,108,220); }

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