Html Css Color HEX #8A72DA Medium Purple

📋 copy color: '#8A72DA'

red 138 ◦ green 114 ◦ blue 218

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

Shades of Medium Purple #8A72DA

Tints of Medium Purple #8A72DA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.26%

 BLUE value IS 218 (85.55% from 255) = 46.38%

R = 29.36%
G = 24.26%
B = 46.38%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8A72DA (or 0x8A72DA) is known color: Medium Purple. HEX triplet: 8A, 72 and DA. RGB value is (138,114,218). Sum of RGB (Red+Green+Blue) = 138+114+218=470 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.36% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #8A72DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A72DA is #758D25. Grayscale: #848484. Windows color (decimal): -7703846 or 14316170. OLE color: 14316170.

HSL color Cylindrical-coordinate representation of color #8A72DA: hue angle of 253.85º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A72DA is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 114 218 -
CMYK 0.37 0.48 0 0.15
HSL 253.85º 0.58% 0.65% -
HSV(B) 253.85º 0.48% 0.85% -
XYZ 29.15 22.5 69.14 -
YUV 133.03 175.95 131.54 -
System Red Green Blue C M Y K H S L
Decimal 138 114 218 0.37 0.48 0 0.15 253.85 0.58 0.65
Hex 8A 72 DA 25 30 0 F FE 3A 41
Octal 212 162 332 45 60 0 17 376 72 101
Binary 10001010 1110010 11011010 100101 110000 0 1111 11111110 111010 1000001

Color Harmonies of #8A72DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A72DA

Black with #8A72DA

Text Example


Text Example

White with #8A72DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,114,218); }

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

background-color css

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

 a { background-color: rgb(138,114,218); }

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

border-color css

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

 span { border-color: rgb(138,114,218); }

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