#9850EA

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

Shades of Amethyst #9850EA

Tints of Amethyst #9850EA

Color information

#9850EA (or 0x9850EA) is unknown color: approx Amethyst. HEX triplet: 98, 50 and EA. RGB value is (152,80,234). Sum of RGB (Red+Green+Blue) = 152+80+234=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #9850EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9850EA is #67AF15. Grayscale: #767676. Windows color (decimal): -6795030 or 15356056. OLE color: 15356056.

HSL color Cylindrical-coordinate representation of color #9850EA: hue angle of 268.05º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9850EA is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15280234-
CMYK0.350.6600.08
HSL268.05º78.57%61.57%-
HSV(B)268.05º65.81%91.76%-
XYZ30.6718.3579.77-
YUV119.08192.85151.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.62%
GREEN value IS 80 (31.64% from 255) = 17.17%
BLUE value IS 234 (91.80% from 255) = 50.21%
R=32.62%
G=17.17%
B=50.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal152802340.350.6600.08268.0578.5761.57
Hex9850EA23420810c4f3e
Octal2301203524310201041411776
Binary100110001010000111010101000111000010010001000011001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9850EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,80,234); }

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

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

 a { background-color: rgb(152,80,234); }

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

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

 span { border-color: rgb(152,80,234); }

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