Html Css Color HEX #8A6CDD Medium Purple

📋 copy color: '#8A6CDD'

red 138 ◦ green 108 ◦ blue 221

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

Shades of Medium Purple #8A6CDD

Tints of Medium Purple #8A6CDD

RGB

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

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

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

R = 29.55%
G = 23.13%
B = 47.32%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A6CDD (or 0x8A6CDD) is known color: Medium Purple. HEX triplet: 8A, 6C and DD. RGB value is (138,108,221). Sum of RGB (Red+Green+Blue) = 138+108+221=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 108 (42.58% from 255 or 23.13% 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 #8A6CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6CDD is #759322. Grayscale: #818181. Windows color (decimal): -7705379 or 14511242. OLE color: 14511242.

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

Color convert

RGB 138 108 221 -
CMYK 0.38 0.51 0 0.13
HSL 255.93º 0.62% 0.65% -
HSV(B) 255.93º 0.51% 0.87% -
XYZ 28.89 21.35 71 -
YUV 129.85 179.44 133.81 -
System Red Green Blue C M Y K H S L
Decimal 138 108 221 0.38 0.51 0 0.13 255.93 0.62 0.65
Hex 8A 6C DD 26 33 0 D 100 3E 41
Octal 212 154 335 46 63 0 15 400 76 101
Binary 10001010 1101100 11011101 100110 110011 0 1101 100000000 111110 1000001

Color Harmonies of #8A6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6CDD

Black with #8A6CDD

Text Example


Text Example

White with #8A6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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