#925DEE

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

Shades of Medium Purple #925DEE

Tints of Medium Purple #925DEE

Color information

#925DEE (or 0x925DEE) is unknown color: approx Medium Purple. HEX triplet: 92, 5D and EE. RGB value is (146,93,238). Sum of RGB (Red+Green+Blue) = 146+93+238=477 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.61% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #925DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925DEE is #6DA211. Grayscale: #7C7C7C. Windows color (decimal): -7184914 or 15621522. OLE color: 15621522.

HSL color Cylindrical-coordinate representation of color #925DEE: hue angle of 261.93º 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 #925DEE is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14693238-
CMYK0.390.6100.07
HSL261.93º81.01%64.9%-
HSV(B)261.93º60.92%93.33%-
XYZ31.220.1183.13-
YUV125.38191.56142.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.61%
GREEN value IS 93 (36.72% from 255) = 19.50%
BLUE value IS 238 (93.36% from 255) = 49.90%
R=30.61%
G=19.50%
B=49.90%

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
Decimal146932380.390.6100.07261.9381.0164.9
Hex925DEE273D071065141
Octal222135356477507406121101
Binary10010010101110111101110100111111101011110000011010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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