Html Css Color HEX #9073DF Medium Purple

📋 copy color: '#9073DF'

red 144 ◦ green 115 ◦ blue 223

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

Shades of Medium Purple #9073DF

Tints of Medium Purple #9073DF

RGB

 RED value IS 144 (56.64% from 255) = 29.88%

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

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

R = 29.88%
G = 23.86%
B = 46.27%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9073DF (or 0x9073DF) is known color: Medium Purple. HEX triplet: 90, 73 and DF. RGB value is (144,115,223). Sum of RGB (Red+Green+Blue) = 144+115+223=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #9073DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9073DF is #6F8C20. Grayscale: #878787. Windows color (decimal): -7310369 or 14644112. OLE color: 14644112.

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

Color convert

RGB 144 115 223 -
CMYK 0.35 0.48 0 0.13
HSL 256.11º 0.63% 0.66% -
HSV(B) 256.11º 0.48% 0.87% -
XYZ 30.95 23.52 72.72 -
YUV 135.98 177.11 133.72 -
System Red Green Blue C M Y K H S L
Decimal 144 115 223 0.35 0.48 0 0.13 256.11 0.63 0.66
Hex 90 73 DF 23 30 0 D 100 3F 42
Octal 220 163 337 43 60 0 15 400 77 102
Binary 10010000 1110011 11011111 100011 110000 0 1101 100000000 111111 1000010

Color Harmonies of #9073DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9073DF

Black with #9073DF

Text Example


Text Example

White with #9073DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9073DF; }

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

 H1.HeaderClassName
 {
   color: #9073DF;
 }
 .AnyTagClassName
 {
   color: #9073DF;
 }
</style>

background-color css

<style>
 a { background-color: #9073DF; }

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

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

border-color css

<style>
 span { border-color: #9073DF; }

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

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