Html Css Color HEX #8A73DF Medium Purple

📋 copy color: '#8A73DF'

red 138 ◦ green 115 ◦ blue 223

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

Shades of Medium Purple #8A73DF

Tints of Medium Purple #8A73DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 28.99%
G = 24.16%
B = 46.85%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A73DF (or 0x8A73DF) is known color: Medium Purple. HEX triplet: 8A, 73 and DF. RGB value is (138,115,223). Sum of RGB (Red+Green+Blue) = 138+115+223=476 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.99% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A73DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A73DF is #758C20. Grayscale: #858585. Windows color (decimal): -7703585 or 14644106. OLE color: 14644106.

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

Color convert

RGB 138 115 223 -
CMYK 0.38 0.48 0 0.13
HSL 252.78º 0.63% 0.66% -
HSV(B) 252.78º 0.48% 0.87% -
XYZ 29.93 22.99 72.67 -
YUV 134.19 178.12 130.72 -
System Red Green Blue C M Y K H S L
Decimal 138 115 223 0.38 0.48 0 0.13 252.78 0.63 0.66
Hex 8A 73 DF 26 30 0 D FD 3F 42
Octal 212 163 337 46 60 0 15 375 77 102
Binary 10001010 1110011 11011111 100110 110000 0 1101 11111101 111111 1000010

Color Harmonies of #8A73DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A73DF

Black with #8A73DF

Text Example


Text Example

White with #8A73DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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