Html Css Color HEX #8A7ADE Medium Purple

📋 copy color: '#8A7ADE'

red 138 ◦ green 122 ◦ blue 222

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

Shades of Medium Purple #8A7ADE

Tints of Medium Purple #8A7ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.06%

R = 28.63%
G = 25.31%
B = 46.06%

CMYK

 C value IS 0.38

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A7ADE (or 0x8A7ADE) is known color: Medium Purple. HEX triplet: 8A, 7A and DE. RGB value is (138,122,222). Sum of RGB (Red+Green+Blue) = 138+122+222=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #8A7ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7ADE is #758521. Grayscale: #898989. Windows color (decimal): -7701794 or 14580362. OLE color: 14580362.

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

Color convert

RGB 138 122 222 -
CMYK 0.38 0.45 0 0.13
HSL 249.6º 0.6% 0.67% -
HSV(B) 249.6º 0.45% 0.87% -
XYZ 30.63 24.6 72.24 -
YUV 138.18 175.3 127.87 -
System Red Green Blue C M Y K H S L
Decimal 138 122 222 0.38 0.45 0 0.13 249.6 0.6 0.67
Hex 8A 7A DE 26 2D 0 D FA 3C 43
Octal 212 172 336 46 55 0 15 372 74 103
Binary 10001010 1111010 11011110 100110 101101 0 1101 11111010 111100 1000011

Color Harmonies of #8A7ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7ADE

Black with #8A7ADE

Text Example


Text Example

White with #8A7ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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