#925BD2

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

Shades of Amethyst #925BD2

Tints of Amethyst #925BD2

Color information

#925BD2 (or 0x925BD2) is unknown color: approx Amethyst. HEX triplet: 92, 5B and D2. RGB value is (146,91,210). Sum of RGB (Red+Green+Blue) = 146+91+210=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 210 (82.42% from 255 or 46.98% from 447); Max value from RGB is 210 - color contains mainly: blue. Hex color #925BD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925BD2 is #6DA42D. Grayscale: #787878. Windows color (decimal): -7185454 or 13786002. OLE color: 13786002.

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

Color convert

RGB14691210-
CMYK0.300.5700.18
HSL267.73º56.94%59.02%-
HSV(B)267.73º56.67%82.35%-
XYZ27.2318.2563.06-
YUV121.01178.22145.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.66%
GREEN value IS 91 (35.94% from 255) = 20.36%
BLUE value IS 210 (82.42% from 255) = 46.98%
R=32.66%
G=20.36%
B=46.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal146912100.300.5700.18267.7356.9459.02
Hex925BD21E3901210c393b
Octal22213332236710224147173
Binary1001001010110111101001011110111001010010100001100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,91,210); }

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

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

 a { background-color: rgb(146,91,210); }

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

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

 span { border-color: rgb(146,91,210); }

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