#9855CB

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

Shades of Amethyst #9855CB

Tints of Amethyst #9855CB

Color information

#9855CB (or 0x9855CB) is unknown color: approx Amethyst. HEX triplet: 98, 55 and CB. RGB value is (152,85,203). Sum of RGB (Red+Green+Blue) = 152+85+203=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #9855CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9855CB is #67AA34. Grayscale: #767676. Windows color (decimal): -6793781 or 13325720. OLE color: 13325720.

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

Color convert

RGB15285203-
CMYK0.250.5800.20
HSL274.07º53.15%56.47%-
HSV(B)274.07º58.13%79.61%-
XYZ26.9817.4858.45-
YUV118.48175.7151.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.55%
GREEN value IS 85 (33.59% from 255) = 19.32%
BLUE value IS 203 (79.69% from 255) = 46.14%
R=34.55%
G=19.32%
B=46.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal152852030.250.5800.20274.0753.1556.47
Hex9855CB193A0141123538
Octal23012531331720244226570
Binary1001100010101011100101111001111010010100100010010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9855CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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