Html Css Color HEX #9073EB Medium Purple

📋 copy color: '#9073EB'

red 144 ◦ green 115 ◦ blue 235

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

Shades of Medium Purple #9073EB

Tints of Medium Purple #9073EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.57%

R = 29.15%
G = 23.28%
B = 47.57%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9073EB (or 0x9073EB) is known color: Medium Purple. HEX triplet: 90, 73 and EB. RGB value is (144,115,235). Sum of RGB (Red+Green+Blue) = 144+115+235=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #9073EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9073EB is #6F8C14. Grayscale: #888888. Windows color (decimal): -7310357 or 15430544. OLE color: 15430544.

HSL color Cylindrical-coordinate representation of color #9073EB: hue angle of 254.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9073EB is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 115 235 -
CMYK 0.39 0.51 0 0.08
HSL 254.5º 0.75% 0.69% -
HSV(B) 254.5º 0.51% 0.92% -
XYZ 32.63 24.19 81.55 -
YUV 137.35 183.11 132.74 -
System Red Green Blue C M Y K H S L
Decimal 144 115 235 0.39 0.51 0 0.08 254.5 0.75 0.69
Hex 90 73 EB 27 33 0 8 FE 4B 45
Octal 220 163 353 47 63 0 10 376 113 105
Binary 10010000 1110011 11101011 100111 110011 0 1000 11111110 1001011 1000101

Color Harmonies of #9073EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9073EB

Black with #9073EB

Text Example


Text Example

White with #9073EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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