Html Css Color HEX #9083DC Medium Purple

📋 copy color: '#9083DC'

red 144 ◦ green 131 ◦ blue 220

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

Shades of Medium Purple #9083DC

Tints of Medium Purple #9083DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.44%

R = 29.09%
G = 26.46%
B = 44.44%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9083DC (or 0x9083DC) is known color: Medium Purple. HEX triplet: 90, 83 and DC. RGB value is (144,131,220). Sum of RGB (Red+Green+Blue) = 144+131+220=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #9083DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9083DC is #6F7C23. Grayscale: #909090. Windows color (decimal): -7306276 or 14451600. OLE color: 14451600.

HSL color Cylindrical-coordinate representation of color #9083DC: hue angle of 248.76º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9083DC is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 131 220 -
CMYK 0.35 0.40 0 0.14
HSL 248.76º 0.56% 0.69% -
HSV(B) 248.76º 0.4% 0.86% -
XYZ 32.54 27.33 71.27 -
YUV 145.03 170.31 127.26 -
System Red Green Blue C M Y K H S L
Decimal 144 131 220 0.35 0.40 0 0.14 248.76 0.56 0.69
Hex 90 83 DC 23 28 0 E F9 38 45
Octal 220 203 334 43 50 0 16 371 70 105
Binary 10010000 10000011 11011100 100011 101000 0 1110 11111001 111000 1000101

Color Harmonies of #9083DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9083DC

Black with #9083DC

Text Example


Text Example

White with #9083DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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