#925CEE

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

Shades of Medium Purple #925CEE

Tints of Medium Purple #925CEE

Color information

#925CEE (or 0x925CEE) is unknown color: approx Medium Purple. HEX triplet: 92, 5C and EE. RGB value is (146,92,238). Sum of RGB (Red+Green+Blue) = 146+92+238=476 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.67% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #925CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925CEE is #6DA311. Grayscale: #7C7C7C. Windows color (decimal): -7185170 or 15621266. OLE color: 15621266.

HSL color Cylindrical-coordinate representation of color #925CEE: hue angle of 262.19º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #925CEE is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14692238-
CMYK0.390.6100.07
HSL262.19º81.11%64.71%-
HSV(B)262.19º61.34%93.33%-
XYZ31.1119.9483.1-
YUV124.79191.89143.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.67%
GREEN value IS 92 (36.33% from 255) = 19.33%
BLUE value IS 238 (93.36% from 255) = 50%
R=30.67%
G=19.33%
B=50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal146922380.390.6100.07262.1981.1164.71
Hex925CEE273D071065141
Octal222134356477507406121101
Binary10010010101110011101110100111111101011110000011010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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