#925DCC

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

Shades of Amethyst #925DCC

Tints of Amethyst #925DCC

Color information

#925DCC (or 0x925DCC) is unknown color: approx Amethyst. HEX triplet: 92, 5D and CC. RGB value is (146,93,204). Sum of RGB (Red+Green+Blue) = 146+93+204=443 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.96% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #925DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925DCC is #6DA233. Grayscale: #797979. Windows color (decimal): -7184948 or 13393298. OLE color: 13393298.

HSL color Cylindrical-coordinate representation of color #925DCC: hue angle of 268.65º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #925DCC is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14693204-
CMYK0.280.5400.2
HSL268.65º52.11%58.24%-
HSV(B)268.65º54.41%80%-
XYZ26.6718.359.25-
YUV121.5174.56145.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.96%
GREEN value IS 93 (36.72% from 255) = 20.99%
BLUE value IS 204 (80.08% from 255) = 46.05%
R=32.96%
G=20.99%
B=46.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal146932040.280.5400.2268.6552.1158.24
Hex925DCC1C3601410d343a
Octal22213531434660244156472
Binary1001001010111011100110011100110110010100100001101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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