#925CF1

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

Shades of Medium Purple #925CF1

Tints of Medium Purple #925CF1

Color information

#925CF1 (or 0x925CF1) is unknown color: approx Medium Purple. HEX triplet: 92, 5C and F1. RGB value is (146,92,241). Sum of RGB (Red+Green+Blue) = 146+92+241=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #925CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925CF1 is #6DA30E. Grayscale: #7C7C7C. Windows color (decimal): -7185167 or 15817874. OLE color: 15817874.

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

Color convert

RGB14692241-
CMYK0.390.6200.05
HSL261.74º84.18%65.29%-
HSV(B)261.74º61.83%94.51%-
XYZ31.5620.1285.44-
YUV125.13193.39142.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.48%
GREEN value IS 92 (36.33% from 255) = 19.21%
BLUE value IS 241 (94.53% from 255) = 50.31%
R=30.48%
G=19.21%
B=50.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal146922410.390.6200.05261.7484.1865.29
Hex925CF1273E051065441
Octal222134361477605406124101
Binary10010010101110011110001100111111110010110000011010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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