#9655DC

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

Shades of Amethyst #9655DC

Tints of Amethyst #9655DC

Color information

#9655DC (or 0x9655DC) is unknown color: approx Amethyst. HEX triplet: 96, 55 and DC. RGB value is (150,85,220). Sum of RGB (Red+Green+Blue) = 150+85+220=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #9655DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9655DC is #69AA23. Grayscale: #777777. Windows color (decimal): -6924836 or 14439830. OLE color: 14439830.

HSL color Cylindrical-coordinate representation of color #9655DC: hue angle of 268.89º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9655DC is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15085220-
CMYK0.320.6100.14
HSL268.89º65.85%59.8%-
HSV(B)268.89º61.36%86.27%-
XYZ28.7418.1569.7-
YUV119.82184.53149.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.97%
GREEN value IS 85 (33.59% from 255) = 18.68%
BLUE value IS 220 (86.33% from 255) = 48.35%
R=32.97%
G=18.68%
B=48.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal150852200.320.6100.14268.8965.8559.8
Hex9655DC203D0E10d423c
Octal226125334407501641510274
Binary10010110101010111011100100000111101011101000011011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9655DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9655DC; }

 p { color: rgb(150,85,220); }

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

<style>
 a { background-color: #9655DC; }

 a { background-color: rgb(150,85,220); }

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

<style>
 span { border-color: #9655DC; }

 span { border-color: rgb(150,85,220); }

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