#925DCB

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

Shades of Amethyst #925DCB

Tints of Amethyst #925DCB

Color information

#925DCB (or 0x925DCB) is unknown color: approx Amethyst. HEX triplet: 92, 5D and CB. RGB value is (146,93,203). Sum of RGB (Red+Green+Blue) = 146+93+203=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #925DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925DCB is #6DA234. Grayscale: #787878. Windows color (decimal): -7184949 or 13327762. OLE color: 13327762.

HSL color Cylindrical-coordinate representation of color #925DCB: hue angle of 268.91º degrees, saturation: 0.51, 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 #925DCB is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14693203-
CMYK0.280.5400.20
HSL268.91º51.4%58.04%-
HSV(B)268.91º54.19%79.61%-
XYZ26.5518.2558.62-
YUV121.39174.06145.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.03%
GREEN value IS 93 (36.72% from 255) = 21.04%
BLUE value IS 203 (79.69% from 255) = 45.93%
R=33.03%
G=21.04%
B=45.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal146932030.280.5400.20268.9151.458.04
Hex925DCB1C3601410d333a
Octal22213531334660244156372
Binary1001001010111011100101111100110110010100100001101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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