#9D69BF

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

Shades of Amethyst #9D69BF

Tints of Amethyst #9D69BF

Color information

#9D69BF (or 0x9D69BF) is unknown color: approx Amethyst. HEX triplet: 9D, 69 and BF. RGB value is (157,105,191). Sum of RGB (Red+Green+Blue) = 157+105+191=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #9D69BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D69BF is #629640. Grayscale: #828282. Windows color (decimal): -6460993 or 12544413. OLE color: 12544413.

HSL color Cylindrical-coordinate representation of color #9D69BF: hue angle of 276.28º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D69BF is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB157105191-
CMYK0.180.4500.25
HSL276.28º40.19%58.04%-
HSV(B)276.28º45.03%74.9%-
XYZ28.3621.0351.86-
YUV130.35162.23147.01-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.66%
GREEN value IS 105 (41.41% from 255) = 23.18%
BLUE value IS 191 (75% from 255) = 42.16%
R=34.66%
G=23.18%
B=42.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571051910.180.4500.25276.2840.1958.04
Hex9D69BF122D019114283a
Octal23515127722550314245072
Binary1001110111010011011111110010101101011001100010100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D69BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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