#9D69CF

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

Shades of Amethyst #9D69CF

Tints of Amethyst #9D69CF

Color information

#9D69CF (or 0x9D69CF) is unknown color: approx Amethyst. HEX triplet: 9D, 69 and CF. RGB value is (157,105,207). Sum of RGB (Red+Green+Blue) = 157+105+207=469 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.48% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D69CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D69CF is #629630. Grayscale: #838383. Windows color (decimal): -6460977 or 13592989. OLE color: 13592989.

HSL color Cylindrical-coordinate representation of color #9D69CF: hue angle of 270.59º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9D69CF is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB157105207-
CMYK0.240.4900.19
HSL270.59º51.52%61.18%-
HSV(B)270.59º49.28%81.18%-
XYZ30.2221.7861.64-
YUV132.18170.23145.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.48%
GREEN value IS 105 (41.41% from 255) = 22.39%
BLUE value IS 207 (81.25% from 255) = 44.14%
R=33.48%
G=22.39%
B=44.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1571052070.240.4900.19270.5951.5261.18
Hex9D69CF183101310f343d
Octal23515131730610234176475
Binary1001110111010011100111111000110001010011100001111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D69CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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