#925CE9

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

Shades of Medium Purple #925CE9

Tints of Medium Purple #925CE9

Color information

#925CE9 (or 0x925CE9) is unknown color: approx Medium Purple. HEX triplet: 92, 5C and E9. RGB value is (146,92,233). Sum of RGB (Red+Green+Blue) = 146+92+233=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 233 (91.41% from 255 or 49.47% from 471); Max value from RGB is 233 - color contains mainly: blue. Hex color #925CE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925CE9 is #6DA316. Grayscale: #7B7B7B. Windows color (decimal): -7185175 or 15293586. OLE color: 15293586.

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

Color convert

RGB14692233-
CMYK0.370.6100.09
HSL262.98º76.22%63.73%-
HSV(B)262.98º60.52%91.37%-
XYZ30.3919.6579.28-
YUV124.22189.39143.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.00%
GREEN value IS 92 (36.33% from 255) = 19.53%
BLUE value IS 233 (91.41% from 255) = 49.47%
R=31.00%
G=19.53%
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
Decimal146922330.370.6100.09262.9876.2263.73
Hex925CE9253D091074c40
Octal2221343514575011407114100
Binary100100101011100111010011001011111010100110000011110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,92,233); }

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

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

 a { background-color: rgb(146,92,233); }

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

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

 span { border-color: rgb(146,92,233); }

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