#9275E0

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

Shades of Medium Purple #9275E0

Tints of Medium Purple #9275E0

Color information

#9275E0 (or 0x9275E0) is unknown color: approx Medium Purple. HEX triplet: 92, 75 and E0. RGB value is (146,117,224). Sum of RGB (Red+Green+Blue) = 146+117+224=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 224 (87.89% from 255 or 46.00% from 487); Max value from RGB is 224 - color contains mainly: blue. Hex color #9275E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9275E0 is #6D8A1F. Grayscale: #898989. Windows color (decimal): -7178784 or 14710162. OLE color: 14710162.

HSL color Cylindrical-coordinate representation of color #9275E0: hue angle of 256.26º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9275E0 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB146117224-
CMYK0.350.4800.12
HSL256.26º63.31%66.86%-
HSV(B)256.26º47.77%87.84%-
XYZ31.6724.2273.53-
YUV137.87176.61133.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.98%
GREEN value IS 117 (46.09% from 255) = 24.02%
BLUE value IS 224 (87.89% from 255) = 46.00%
R=29.98%
G=24.02%
B=46.00%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1461172240.350.4800.12256.2663.3166.86
Hex9275E023300C1003f43
Octal222165340436001440077103
Binary10010010111010111100000100011110000011001000000001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9275E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9275E0; }

 p { color: rgb(146,117,224); }

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

<style>
 a { background-color: #9275E0; }

 a { background-color: rgb(146,117,224); }

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

<style>
 span { border-color: #9275E0; }

 span { border-color: rgb(146,117,224); }

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