#9276DE

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

Shades of Medium Purple #9276DE

Tints of Medium Purple #9276DE

Color information

#9276DE (or 0x9276DE) is unknown color: approx Medium Purple. HEX triplet: 92, 76 and DE. RGB value is (146,118,222). Sum of RGB (Red+Green+Blue) = 146+118+222=486 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.04% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #9276DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9276DE is #6D8921. Grayscale: #898989. Windows color (decimal): -7178530 or 14579346. OLE color: 14579346.

HSL color Cylindrical-coordinate representation of color #9276DE: hue angle of 256.15º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9276DE is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146118222-
CMYK0.340.4700.13
HSL256.15º61.18%66.67%-
HSV(B)256.15º46.85%87.06%-
XYZ31.5224.3472.14-
YUV138.23175.28133.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.04%
GREEN value IS 118 (46.48% from 255) = 24.28%
BLUE value IS 222 (87.11% from 255) = 45.68%
R=30.04%
G=24.28%
B=45.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461182220.340.4700.13256.1561.1866.67
Hex9276DE222F0D1003d43
Octal222166336425701540075103
Binary10010010111011011011110100010101111011011000000001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9276DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9276DE; }

 p { color: rgb(146,118,222); }

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

<style>
 a { background-color: #9276DE; }

 a { background-color: rgb(146,118,222); }

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

<style>
 span { border-color: #9276DE; }

 span { border-color: rgb(146,118,222); }

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