#9852DB

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

Shades of Amethyst #9852DB

Tints of Amethyst #9852DB

Color information

#9852DB (or 0x9852DB) is unknown color: approx Amethyst. HEX triplet: 98, 52 and DB. RGB value is (152,82,219). Sum of RGB (Red+Green+Blue) = 152+82+219=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #9852DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9852DB is #67AD24. Grayscale: #767676. Windows color (decimal): -6794533 or 14373528. OLE color: 14373528.

HSL color Cylindrical-coordinate representation of color #9852DB: hue angle of 270.66º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9852DB is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15282219-
CMYK0.310.6300.14
HSL270.66º65.55%59.02%-
HSV(B)270.66º62.56%85.88%-
XYZ28.7517.8268.94-
YUV118.55184.69151.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.55%
GREEN value IS 82 (32.42% from 255) = 18.10%
BLUE value IS 219 (85.94% from 255) = 48.34%
R=33.55%
G=18.10%
B=48.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal152822190.310.6300.14270.6665.5559.02
Hex9852DB1F3F0E10f423b
Octal230122333377701641710273
Binary1001100010100101101101111111111111011101000011111000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9852DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9852DB; }

 p { color: rgb(152,82,219); }

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

<style>
 a { background-color: #9852DB; }

 a { background-color: rgb(152,82,219); }

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

<style>
 span { border-color: #9852DB; }

 span { border-color: rgb(152,82,219); }

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