#9E69CD

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

Shades of Amethyst #9E69CD

Tints of Amethyst #9E69CD

Color information

#9E69CD (or 0x9E69CD) is unknown color: approx Amethyst. HEX triplet: 9E, 69 and CD. RGB value is (158,105,205). Sum of RGB (Red+Green+Blue) = 158+105+205=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E69CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E69CD is #619632. Grayscale: #838383. Windows color (decimal): -6395443 or 13461918. OLE color: 13461918.

HSL color Cylindrical-coordinate representation of color #9E69CD: hue angle of 271.8º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E69CD is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB158105205-
CMYK0.230.4900.20
HSL271.8º50%60.78%-
HSV(B)271.8º48.78%80.39%-
XYZ30.1721.7860.37-
YUV132.25169.06146.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.76%
GREEN value IS 105 (41.41% from 255) = 22.44%
BLUE value IS 205 (80.47% from 255) = 43.80%
R=33.76%
G=22.44%
B=43.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581052050.230.4900.20271.85060.78
Hex9E69CD1731014110323d
Octal23615131527610244206275
Binary1001111011010011100110110111110001010100100010000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E69CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,105,205); }

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

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

 a { background-color: rgb(158,105,205); }

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

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

 span { border-color: rgb(158,105,205); }

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