Html Css Color HEX #8A56DE Medium Purple

📋 copy color: '#8A56DE'

red 138 ◦ green 86 ◦ blue 222

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

Shades of Medium Purple #8A56DE

Tints of Medium Purple #8A56DE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.28%

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

R = 30.94%
G = 19.28%
B = 49.78%

CMYK

 C value IS 0.38

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A56DE (or 0x8A56DE) is known color: Medium Purple. HEX triplet: 8A, 56 and DE. RGB value is (138,86,222). Sum of RGB (Red+Green+Blue) = 138+86+222=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #8A56DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A56DE is #75A921. Grayscale: #747474. Windows color (decimal): -7711010 or 14571146. OLE color: 14571146.

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

Color convert

RGB 138 86 222 -
CMYK 0.38 0.61 0 0.13
HSL 262.94º 0.67% 0.6% -
HSV(B) 262.94º 0.61% 0.87% -
XYZ 26.99 17.33 71.03 -
YUV 117.05 187.23 142.94 -
System Red Green Blue C M Y K H S L
Decimal 138 86 222 0.38 0.61 0 0.13 262.94 0.67 0.6
Hex 8A 56 DE 26 3D 0 D 107 43 3C
Octal 212 126 336 46 75 0 15 407 103 74
Binary 10001010 1010110 11011110 100110 111101 0 1101 100000111 1000011 111100

Color Harmonies of #8A56DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A56DE

Black with #8A56DE

Text Example


Text Example

White with #8A56DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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