Html Css Color HEX #8A7ADC Medium Purple

📋 copy color: '#8A7ADC'

red 138 ◦ green 122 ◦ blue 220

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

Shades of Medium Purple #8A7ADC

Tints of Medium Purple #8A7ADC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.42%

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

R = 28.75%
G = 25.42%
B = 45.83%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A7ADC (or 0x8A7ADC) is known color: Medium Purple. HEX triplet: 8A, 7A and DC. RGB value is (138,122,220). Sum of RGB (Red+Green+Blue) = 138+122+220=480 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.75% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A7ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7ADC is #758523. Grayscale: #898989. Windows color (decimal): -7701796 or 14449290. OLE color: 14449290.

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

Color convert

RGB 138 122 220 -
CMYK 0.37 0.45 0 0.14
HSL 249.8º 0.58% 0.67% -
HSV(B) 249.8º 0.45% 0.86% -
XYZ 30.36 24.49 70.84 -
YUV 137.96 174.3 128.03 -
System Red Green Blue C M Y K H S L
Decimal 138 122 220 0.37 0.45 0 0.14 249.8 0.58 0.67
Hex 8A 7A DC 25 2D 0 E FA 3A 43
Octal 212 172 334 45 55 0 16 372 72 103
Binary 10001010 1111010 11011100 100101 101101 0 1110 11111010 111010 1000011

Color Harmonies of #8A7ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7ADC

Black with #8A7ADC

Text Example


Text Example

White with #8A7ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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