#925DE8

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

Shades of Medium Purple #925DE8

Tints of Medium Purple #925DE8

Color information

#925DE8 (or 0x925DE8) is unknown color: approx Medium Purple. HEX triplet: 92, 5D and E8. RGB value is (146,93,232). Sum of RGB (Red+Green+Blue) = 146+93+232=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 232 (91.02% from 255 or 49.26% from 471); Max value from RGB is 232 - color contains mainly: blue. Hex color #925DE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925DE8 is #6DA217. Grayscale: #7C7C7C. Windows color (decimal): -7184920 or 15228306. OLE color: 15228306.

HSL color Cylindrical-coordinate representation of color #925DE8: hue angle of 262.88º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #925DE8 is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14693232-
CMYK0.370.6000.09
HSL262.88º75.14%63.73%-
HSV(B)262.88º59.91%90.98%-
XYZ30.3319.7778.56-
YUV124.69188.56143.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.00%
GREEN value IS 93 (36.72% from 255) = 19.75%
BLUE value IS 232 (91.02% from 255) = 49.26%
R=31.00%
G=19.75%
B=49.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal146932320.370.6000.09262.8875.1463.73
Hex925DE8253C091074b40
Octal2221353504574011407113100
Binary100100101011101111010001001011111000100110000011110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925DE8; }

 p { color: rgb(146,93,232); }

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

<style>
 a { background-color: #925DE8; }

 a { background-color: rgb(146,93,232); }

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

<style>
 span { border-color: #925DE8; }

 span { border-color: rgb(146,93,232); }

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