#9283DF

Color #9283DF Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9283DF

Tints of Medium Purple #9283DF

Color information

#9283DF (or 0x9283DF) is unknown color: approx Medium Purple. HEX triplet: 92, 83 and DF. RGB value is (146,131,223). Sum of RGB (Red+Green+Blue) = 146+131+223=500 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.2% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #9283DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9283DF is #6D7C20. Grayscale: #919191. Windows color (decimal): -7175201 or 14648210. OLE color: 14648210.

HSL color Cylindrical-coordinate representation of color #9283DF: hue angle of 249.78º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9283DF is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146131223-
CMYK0.350.4100.13
HSL249.78º58.97%69.41%-
HSV(B)249.78º41.26%87.45%-
XYZ33.2927.6773.4-
YUV145.97171.47128.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.2%
GREEN value IS 131 (51.56% from 255) = 26.2%
BLUE value IS 223 (87.5% from 255) = 44.6%
R=29.2%
G=26.2%
B=44.6%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461312230.350.4100.13249.7858.9769.41
Hex9283DF23290Dfa3b45
Octal222203337435101537273105
Binary10010010100000111101111110001110100101101111110101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9283DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,131,223); }

 H1.HeaderClassName
 {
   color: #9283DF;
 }
 .AnyTagClassName
 {
   color: #9283DF;
 }
</style>
background-color css

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

 a { background-color: rgb(146,131,223); }

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

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

 span { border-color: rgb(146,131,223); }

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