#9653d8

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

Shades of Amethyst #9653D8

Tints of Amethyst #9653D8

Color information

#9653D8 (or 0x9653D8) is unknown color: approx Amethyst. HEX triplet: 96, 53 and D8. RGB value is (150,83,216). Sum of RGB (Red+Green+Blue) = 150+83+216=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 216 - color contains mainly: blue. Hex color #9653D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9653D8 is #69AC27. Grayscale: #757575. Windows color (decimal): -6925352 or 14177174. OLE color: 14177174.

HSL color Cylindrical-coordinate representation of color #9653D8: hue angle of 270.23º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9653D8 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15083216-
CMYK0.310.6200.15
HSL270.23º63.03%58.63%-
HSV(B)270.23º61.57%84.71%-
XYZ28.0717.6366.89-
YUV118.2183.2150.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.41%
GREEN value IS 83 (32.81% from 255) = 18.49%
BLUE value IS 216 (84.77% from 255) = 48.11%
R=33.41%
G=18.49%
B=48.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal150832160.310.6200.15270.2363.0358.63
Hex9653D81F3E0F10e3f3b
Octal22612333037760174167773
Binary100101101010011110110001111111111001111100001110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9653d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9653d8; }

 p { color: rgb(150,83,216); }

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

<style>
 a { background-color: #9653d8; }

 a { background-color: rgb(150,83,216); }

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

<style>
 span { border-color: #9653d8; }

 span { border-color: rgb(150,83,216); }

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