#925CC7

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

Shades of Amethyst #925CC7

Tints of Amethyst #925CC7

Color information

#925CC7 (or 0x925CC7) is unknown color: approx Amethyst. HEX triplet: 92, 5C and C7. RGB value is (146,92,199). Sum of RGB (Red+Green+Blue) = 146+92+199=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 199 (78.12% from 255 or 45.54% from 437); Max value from RGB is 199 - color contains mainly: blue. Hex color #925CC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925CC7 is #6DA338. Grayscale: #777777. Windows color (decimal): -7185209 or 13065362. OLE color: 13065362.

HSL color Cylindrical-coordinate representation of color #925CC7: hue angle of 270.28º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #925CC7 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14692199-
CMYK0.270.5400.22
HSL270.28º48.86%57.06%-
HSV(B)270.28º53.77%78.04%-
XYZ25.9917.8956.12-
YUV120.34172.39146.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.41%
GREEN value IS 92 (36.33% from 255) = 21.05%
BLUE value IS 199 (78.12% from 255) = 45.54%
R=33.41%
G=21.05%
B=45.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal146921990.270.5400.22270.2848.8657.06
Hex925CC71B3601610e3139
Octal22213430733660264166171
Binary1001001010111001100011111011110110010110100001110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,92,199); }

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

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

 a { background-color: rgb(146,92,199); }

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

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

 span { border-color: rgb(146,92,199); }

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