#9E6BD5

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

Shades of Amethyst #9E6BD5

Tints of Amethyst #9E6BD5

Color information

#9E6BD5 (or 0x9E6BD5) is unknown color: approx Amethyst. HEX triplet: 9E, 6B and D5. RGB value is (158,107,213). Sum of RGB (Red+Green+Blue) = 158+107+213=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 213 (83.59% from 255 or 44.56% from 478); Max value from RGB is 213 - color contains mainly: blue. Hex color #9E6BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6BD5 is #61942A. Grayscale: #858585. Windows color (decimal): -6394923 or 13986718. OLE color: 13986718.

HSL color Cylindrical-coordinate representation of color #9E6BD5: hue angle of 268.87º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E6BD5 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB158107213-
CMYK0.260.5000.16
HSL268.87º55.79%62.75%-
HSV(B)268.87º49.77%83.53%-
XYZ31.3722.5965.66-
YUV134.33172.4144.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.05%
GREEN value IS 107 (42.19% from 255) = 22.38%
BLUE value IS 213 (83.59% from 255) = 44.56%
R=33.05%
G=22.38%
B=44.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1581072130.260.5000.16268.8755.7962.75
Hex9E6BD51A3201010d383f
Octal23615332532620204157077
Binary1001111011010111101010111010110010010000100001101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,107,213); }

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

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

 a { background-color: rgb(158,107,213); }

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

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

 span { border-color: rgb(158,107,213); }

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