Html Css Color HEX #8A73DA Medium Purple

📋 copy color: '#8A73DA'

red 138 ◦ green 115 ◦ blue 218

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

Shades of Medium Purple #8A73DA

Tints of Medium Purple #8A73DA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.42%

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

R = 29.3%
G = 24.42%
B = 46.28%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8A73DA (or 0x8A73DA) is known color: Medium Purple. HEX triplet: 8A, 73 and DA. RGB value is (138,115,218). Sum of RGB (Red+Green+Blue) = 138+115+218=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #8A73DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A73DA is #758C25. Grayscale: #858585. Windows color (decimal): -7703590 or 14316426. OLE color: 14316426.

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

Color convert

RGB 138 115 218 -
CMYK 0.37 0.47 0 0.15
HSL 253.4º 0.58% 0.65% -
HSV(B) 253.4º 0.47% 0.85% -
XYZ 29.27 22.73 69.17 -
YUV 133.62 175.62 131.12 -
System Red Green Blue C M Y K H S L
Decimal 138 115 218 0.37 0.47 0 0.15 253.4 0.58 0.65
Hex 8A 73 DA 25 2F 0 F FD 3A 41
Octal 212 163 332 45 57 0 17 375 72 101
Binary 10001010 1110011 11011010 100101 101111 0 1111 11111101 111010 1000001

Color Harmonies of #8A73DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A73DA

Black with #8A73DA

Text Example


Text Example

White with #8A73DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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