#9755dc

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

Shades of Amethyst #9755DC

Tints of Amethyst #9755DC

Color information

#9755DC (or 0x9755DC) is unknown color: approx Amethyst. HEX triplet: 97, 55 and DC. RGB value is (151,85,220). Sum of RGB (Red+Green+Blue) = 151+85+220=456 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.11% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #9755DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9755DC is #68AA23. Grayscale: #777777. Windows color (decimal): -6859300 or 14439831. OLE color: 14439831.

HSL color Cylindrical-coordinate representation of color #9755DC: hue angle of 269.33º 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 #9755DC is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15185220-
CMYK0.310.6100.14
HSL269.33º65.85%59.8%-
HSV(B)269.33º61.36%86.27%-
XYZ28.9318.2469.71-
YUV120.12184.37150.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.11%
GREEN value IS 85 (33.59% from 255) = 18.64%
BLUE value IS 220 (86.33% from 255) = 48.25%
R=33.11%
G=18.64%
B=48.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal151852200.310.6100.14269.3365.8559.8
Hex9755DC1F3D0E10d423c
Octal227125334377501641510274
Binary1001011110101011101110011111111101011101000011011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9755dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9755dc; }

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

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

<style>
 a { background-color: #9755dc; }

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

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

<style>
 span { border-color: #9755dc; }

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

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