#9285DC

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

Shades of Medium Purple #9285DC

Tints of Medium Purple #9285DC

Color information

#9285DC (or 0x9285DC) is unknown color: approx Medium Purple. HEX triplet: 92, 85 and DC. RGB value is (146,133,220). Sum of RGB (Red+Green+Blue) = 146+133+220=499 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.26% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #9285DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9285DC is #6D7A23. Grayscale: #929292. Windows color (decimal): -7174692 or 14452114. OLE color: 14452114.

HSL color Cylindrical-coordinate representation of color #9285DC: hue angle of 248.97º degrees, saturation: 0.55, 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 #9285DC is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB146133220-
CMYK0.340.4000.14
HSL248.97º55.41%69.22%-
HSV(B)248.97º39.55%86.27%-
XYZ33.1628.0571.38-
YUV146.8169.31127.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.26%
GREEN value IS 133 (52.34% from 255) = 26.65%
BLUE value IS 220 (86.33% from 255) = 44.09%
R=29.26%
G=26.65%
B=44.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1461332200.340.4000.14248.9755.4169.22
Hex9285DC22280Ef93745
Octal222205334425001637167105
Binary10010010100001011101110010001010100001110111110011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9285DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,133,220); }

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

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

 a { background-color: rgb(146,133,220); }

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

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

 span { border-color: rgb(146,133,220); }

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