#925CC9

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

Shades of Amethyst #925CC9

Tints of Amethyst #925CC9

Color information

#925CC9 (or 0x925CC9) is unknown color: approx Amethyst. HEX triplet: 92, 5C and C9. RGB value is (146,92,201). Sum of RGB (Red+Green+Blue) = 146+92+201=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 201 - color contains mainly: blue. Hex color #925CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925CC9 is #6DA336. Grayscale: #787878. Windows color (decimal): -7185207 or 13196434. OLE color: 13196434.

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

Color convert

RGB14692201-
CMYK0.270.5400.21
HSL269.72º50.23%57.45%-
HSV(B)269.72º54.23%78.82%-
XYZ26.2217.9857.35-
YUV120.57173.39146.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.26%
GREEN value IS 92 (36.33% from 255) = 20.96%
BLUE value IS 201 (78.91% from 255) = 45.79%
R=33.26%
G=20.96%
B=45.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal146922010.270.5400.21269.7250.2357.45
Hex925CC91B3601510e3239
Octal22213431133660254166271
Binary1001001010111001100100111011110110010101100001110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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