#9D69D9

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

Shades of Amethyst #9D69D9

Tints of Amethyst #9D69D9

Color information

#9D69D9 (or 0x9D69D9) is unknown color: approx Amethyst. HEX triplet: 9D, 69 and D9. RGB value is (157,105,217). Sum of RGB (Red+Green+Blue) = 157+105+217=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 217 - color contains mainly: blue. Hex color #9D69D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D69D9 is #629626. Grayscale: #848484. Windows color (decimal): -6460967 or 14248349. OLE color: 14248349.

HSL color Cylindrical-coordinate representation of color #9D69D9: hue angle of 267.86º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D69D9 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB157105217-
CMYK0.280.5200.15
HSL267.86º59.57%63.14%-
HSV(B)267.86º51.61%85.1%-
XYZ31.4822.2868.29-
YUV133.32175.23144.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.78%
GREEN value IS 105 (41.41% from 255) = 21.92%
BLUE value IS 217 (85.16% from 255) = 45.30%
R=32.78%
G=21.92%
B=45.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1571052170.280.5200.15267.8659.5763.14
Hex9D69D91C340F10c3c3f
Octal23515133134640174147477
Binary100111011101001110110011110011010001111100001100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D69D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,105,217); }

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

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

 a { background-color: rgb(157,105,217); }

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

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

 span { border-color: rgb(157,105,217); }

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