Html Css Color HEX #8B73DF Medium Purple

📋 copy color: '#8B73DF'

red 139 ◦ green 115 ◦ blue 223

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

Shades of Medium Purple #8B73DF

Tints of Medium Purple #8B73DF

RGB

 RED value IS 139 (54.69% from 255) = 29.14%

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

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

R = 29.14%
G = 24.11%
B = 46.75%

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

#8B73DF (or 0x8B73DF) is known color: Medium Purple. HEX triplet: 8B, 73 and DF. RGB value is (139,115,223). Sum of RGB (Red+Green+Blue) = 139+115+223=477 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.14% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B73DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B73DF is #748C20. Grayscale: #868686. Windows color (decimal): -7638049 or 14644107. OLE color: 14644107.

HSL color Cylindrical-coordinate representation of color #8B73DF: hue angle of 253.33º 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 #8B73DF is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 115 223 -
CMYK 0.38 0.48 0 0.13
HSL 253.33º 0.63% 0.66% -
HSV(B) 253.33º 0.48% 0.87% -
XYZ 30.1 23.08 72.68 -
YUV 134.49 177.95 131.22 -
System Red Green Blue C M Y K H S L
Decimal 139 115 223 0.38 0.48 0 0.13 253.33 0.63 0.66
Hex 8B 73 DF 26 30 0 D FD 3F 42
Octal 213 163 337 46 60 0 15 375 77 102
Binary 10001011 1110011 11011111 100110 110000 0 1101 11111101 111111 1000010

Color Harmonies of #8B73DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B73DF

Black with #8B73DF

Text Example


Text Example

White with #8B73DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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