#9B62DE

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

Shades of Amethyst #9B62DE

Tints of Amethyst #9B62DE

Color information

#9B62DE (or 0x9B62DE) is unknown color: approx Amethyst. HEX triplet: 9B, 62 and DE. RGB value is (155,98,222). Sum of RGB (Red+Green+Blue) = 155+98+222=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B62DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B62DE is #649D21. Grayscale: #808080. Windows color (decimal): -6593826 or 14574235. OLE color: 14574235.

HSL color Cylindrical-coordinate representation of color #9B62DE: hue angle of 267.58º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B62DE is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15598222-
CMYK0.300.5600.13
HSL267.58º65.26%62.75%-
HSV(B)267.58º55.86%87.06%-
XYZ31.0720.9871.52-
YUV129.18180.38146.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.63%
GREEN value IS 98 (38.67% from 255) = 20.63%
BLUE value IS 222 (87.11% from 255) = 46.74%
R=32.63%
G=20.63%
B=46.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal155982220.300.5600.13267.5865.2662.75
Hex9B62DE1E380D10c413f
Octal233142336367001541410177
Binary1001101111000101101111011110111000011011000011001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B62DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B62DE; }

 p { color: rgb(155,98,222); }

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

<style>
 a { background-color: #9B62DE; }

 a { background-color: rgb(155,98,222); }

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

<style>
 span { border-color: #9B62DE; }

 span { border-color: rgb(155,98,222); }

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