Html Css Color HEX #9083EA Medium Purple

📋 copy color: '#9083EA'

red 144 ◦ green 131 ◦ blue 234

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

Shades of Medium Purple #9083EA

Tints of Medium Purple #9083EA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.74%

 BLUE value IS 234 (91.8% from 255) = 45.97%

R = 28.29%
G = 25.74%
B = 45.97%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9083EA (or 0x9083EA) is known color: Medium Purple. HEX triplet: 90, 83 and EA. RGB value is (144,131,234). Sum of RGB (Red+Green+Blue) = 144+131+234=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #9083EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9083EA is #6F7C15. Grayscale: #929292. Windows color (decimal): -7306262 or 15369104. OLE color: 15369104.

HSL color Cylindrical-coordinate representation of color #9083EA: hue angle of 247.57º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9083EA is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 131 234 -
CMYK 0.38 0.44 0 0.08
HSL 247.57º 0.71% 0.72% -
HSV(B) 247.57º 0.44% 0.92% -
XYZ 34.47 28.1 81.45 -
YUV 146.63 177.31 126.12 -
System Red Green Blue C M Y K H S L
Decimal 144 131 234 0.38 0.44 0 0.08 247.57 0.71 0.72
Hex 90 83 EA 26 2C 0 8 F8 47 48
Octal 220 203 352 46 54 0 10 370 107 110
Binary 10010000 10000011 11101010 100110 101100 0 1000 11111000 1000111 1001000

Color Harmonies of #9083EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9083EA

Black with #9083EA

Text Example


Text Example

White with #9083EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9083EA; }

 p { color: rgb(144,131,234); }

 H1.HeaderClassName
 {
   color: #9083EA;
 }
 .AnyTagClassName
 {
   color: #9083EA;
 }
</style>

background-color css

<style>
 a { background-color: #9083EA; }

 a { background-color: rgb(144,131,234); }

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

border-color css

<style>
 span { border-color: #9083EA; }

 span { border-color: rgb(144,131,234); }

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