#925BE8

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

Shades of Medium Purple #925BE8

Tints of Medium Purple #925BE8

Color information

#925BE8 (or 0x925BE8) is unknown color: approx Medium Purple. HEX triplet: 92, 5B and E8. RGB value is (146,91,232). Sum of RGB (Red+Green+Blue) = 146+91+232=469 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.13% from 469); Green value is 91 (35.94% from 255 or 19.40% from 469); Blue value is 232 (91.02% from 255 or 49.47% from 469); Max value from RGB is 232 - color contains mainly: blue. Hex color #925BE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925BE8 is #6DA417. Grayscale: #7B7B7B. Windows color (decimal): -7185432 or 15227794. OLE color: 15227794.

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

Color convert

RGB14691232-
CMYK0.370.6100.09
HSL263.4º75.4%63.33%-
HSV(B)263.4º60.78%90.98%-
XYZ30.1619.4278.5-
YUV123.52189.22144.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.13%
GREEN value IS 91 (35.94% from 255) = 19.40%
BLUE value IS 232 (91.02% from 255) = 49.47%
R=31.13%
G=19.40%
B=49.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal146912320.370.6100.09263.475.463.33
Hex925BE8253D091074b3f
Octal222133350457501140711377
Binary10010010101101111101000100101111101010011000001111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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