Html Css Color HEX #8A70D6 Medium Purple

📋 copy color: '#8A70D6'

red 138 ◦ green 112 ◦ blue 214

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

Shades of Medium Purple #8A70D6

Tints of Medium Purple #8A70D6

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.14%

 BLUE value IS 214 (83.98% from 255) = 46.12%

R = 29.74%
G = 24.14%
B = 46.12%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8A70D6 (or 0x8A70D6) is known color: Medium Purple. HEX triplet: 8A, 70 and D6. RGB value is (138,112,214). Sum of RGB (Red+Green+Blue) = 138+112+214=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 214 (83.98% from 255 or 46.12% from 464); Max value from RGB is 214 - color contains mainly: blue. Hex color #8A70D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A70D6 is #758F29. Grayscale: #838383. Windows color (decimal): -7704362 or 14053514. OLE color: 14053514.

HSL color Cylindrical-coordinate representation of color #8A70D6: hue angle of 255.29º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A70D6 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 112 214 -
CMYK 0.36 0.48 0 0.16
HSL 255.29º 0.55% 0.64% -
HSV(B) 255.29º 0.48% 0.84% -
XYZ 28.41 21.85 66.34 -
YUV 131.4 174.61 132.71 -
System Red Green Blue C M Y K H S L
Decimal 138 112 214 0.36 0.48 0 0.16 255.29 0.55 0.64
Hex 8A 70 D6 24 30 0 10 FF 37 40
Octal 212 160 326 44 60 0 20 377 67 100
Binary 10001010 1110000 11010110 100100 110000 0 10000 11111111 110111 1000000

Color Harmonies of #8A70D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A70D6

Black with #8A70D6

Text Example


Text Example

White with #8A70D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,112,214); }

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

background-color css

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

 a { background-color: rgb(138,112,214); }

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

border-color css

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

 span { border-color: rgb(138,112,214); }

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