#9858CB

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

Shades of Amethyst #9858CB

Tints of Amethyst #9858CB

Color information

#9858CB (or 0x9858CB) is unknown color: approx Amethyst. HEX triplet: 98, 58 and CB. RGB value is (152,88,203). Sum of RGB (Red+Green+Blue) = 152+88+203=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #9858CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9858CB is #67A734. Grayscale: #777777. Windows color (decimal): -6793013 or 13326488. OLE color: 13326488.

HSL color Cylindrical-coordinate representation of color #9858CB: hue angle of 273.39º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9858CB is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15288203-
CMYK0.250.5700.20
HSL273.39º52.51%57.06%-
HSV(B)273.39º56.65%79.61%-
XYZ27.2217.9758.53-
YUV120.25174.7150.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.31%
GREEN value IS 88 (34.77% from 255) = 19.86%
BLUE value IS 203 (79.69% from 255) = 45.82%
R=34.31%
G=19.86%
B=45.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal152882030.250.5700.20273.3952.5157.06
Hex9858CB19390141113539
Octal23013031331710244216571
Binary1001100010110001100101111001111001010100100010001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9858CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9858CB; }

 p { color: rgb(152,88,203); }

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

<style>
 a { background-color: #9858CB; }

 a { background-color: rgb(152,88,203); }

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

<style>
 span { border-color: #9858CB; }

 span { border-color: rgb(152,88,203); }

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