#9276EA

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

Shades of Medium Purple #9276EA

Tints of Medium Purple #9276EA

Color information

#9276EA (or 0x9276EA) is unknown color: approx Medium Purple. HEX triplet: 92, 76 and EA. RGB value is (146,118,234). Sum of RGB (Red+Green+Blue) = 146+118+234=498 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.32% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #9276EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9276EA is #6D8915. Grayscale: #8B8B8B. Windows color (decimal): -7178518 or 15365778. OLE color: 15365778.

HSL color Cylindrical-coordinate representation of color #9276EA: hue angle of 254.48º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9276EA is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB146118234-
CMYK0.380.5000.08
HSL254.48º73.42%69.02%-
HSV(B)254.48º49.57%91.76%-
XYZ33.1825.0180.92-
YUV139.6181.28132.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.32%
GREEN value IS 118 (46.48% from 255) = 23.69%
BLUE value IS 234 (91.80% from 255) = 46.99%
R=29.32%
G=23.69%
B=46.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1461182340.380.5000.08254.4873.4269.02
Hex9276EA263208fe4945
Octal2221663524662010376111105
Binary10010010111011011101010100110110010010001111111010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9276EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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