#925DD1

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

Shades of Amethyst #925DD1

Tints of Amethyst #925DD1

Color information

#925DD1 (or 0x925DD1) is unknown color: approx Amethyst. HEX triplet: 92, 5D and D1. RGB value is (146,93,209). Sum of RGB (Red+Green+Blue) = 146+93+209=448 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.59% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 209 - color contains mainly: blue. Hex color #925DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925DD1 is #6DA22E. Grayscale: #797979. Windows color (decimal): -7184943 or 13720978. OLE color: 13720978.

HSL color Cylindrical-coordinate representation of color #925DD1: hue angle of 267.41º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #925DD1 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14693209-
CMYK0.300.5600.18
HSL267.41º55.77%59.22%-
HSV(B)267.41º55.5%81.96%-
XYZ27.2818.5462.46-
YUV122.07177.06145.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.59%
GREEN value IS 93 (36.72% from 255) = 20.76%
BLUE value IS 209 (82.03% from 255) = 46.65%
R=32.59%
G=20.76%
B=46.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal146932090.300.5600.18267.4155.7759.22
Hex925DD11E3801210b383b
Octal22213532136700224137073
Binary1001001010111011101000111110111000010010100001011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925DD1; }

 p { color: rgb(146,93,209); }

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

<style>
 a { background-color: #925DD1; }

 a { background-color: rgb(146,93,209); }

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

<style>
 span { border-color: #925DD1; }

 span { border-color: rgb(146,93,209); }

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