#925BEE

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

Shades of Medium Purple #925BEE

Tints of Medium Purple #925BEE

Color information

#925BEE (or 0x925BEE) is unknown color: approx Medium Purple. HEX triplet: 92, 5B and EE. RGB value is (146,91,238). Sum of RGB (Red+Green+Blue) = 146+91+238=475 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.74% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #925BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925BEE is #6DA411. Grayscale: #7B7B7B. Windows color (decimal): -7185426 or 15621010. OLE color: 15621010.

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

Color convert

RGB14691238-
CMYK0.390.6200.07
HSL262.45º81.22%64.51%-
HSV(B)262.45º61.76%93.33%-
XYZ31.0319.7783.07-
YUV124.2192.22143.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.74%
GREEN value IS 91 (35.94% from 255) = 19.16%
BLUE value IS 238 (93.36% from 255) = 50.11%
R=30.74%
G=19.16%
B=50.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal146912380.390.6200.07262.4581.2264.51
Hex925BEE273E071065141
Octal222133356477607406121101
Binary10010010101101111101110100111111110011110000011010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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