Html Css Color HEX #925AD5 Amethyst

📋 copy color: '#925AD5'

red 146 ◦ green 90 ◦ blue 213

#925AD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #925AD5

Tints of Amethyst #925AD5

RGB

 RED value IS 146 (57.42% from 255) = 32.52%

 GREEN value IS 90 (35.55% from 255) = 20.04%

 BLUE value IS 213 (83.59% from 255) = 47.44%

R = 32.52%
G = 20.04%
B = 47.44%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#925AD5 (or 0x925AD5) is known color: Amethyst. HEX triplet: 92, 5A and D5. RGB value is (146,90,213). Sum of RGB (Red+Green+Blue) = 146+90+213=449 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.52% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 213 - color contains mainly: blue. Hex color #925AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925AD5 is #6DA52A. Grayscale: #787878. Windows color (decimal): -7185707 or 13982354. OLE color: 13982354.

HSL color Cylindrical-coordinate representation of color #925AD5: hue angle of 267.32º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #925AD5 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 146 90 213 -
CMYK 0.31 0.58 0 0.16
HSL 267.32º 0.59% 0.59% -
HSV(B) 267.32º 0.58% 0.84% -
XYZ 27.52 18.23 65.02 -
YUV 120.77 180.05 146 -
System Red Green Blue C M Y K H S L
Decimal 146 90 213 0.31 0.58 0 0.16 267.32 0.59 0.59
Hex 92 5A D5 1F 3A 0 10 10B 3B 3B
Octal 222 132 325 37 72 0 20 413 73 73
Binary 10010010 1011010 11010101 11111 111010 0 10000 100001011 111011 111011

Color Harmonies of #925AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925AD5

Black with #925AD5

Text Example


Text Example

White with #925AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,90,213); }

 H1.HeaderClassName
 {
   color: #925AD5;
 }
 .AnyTagClassName
 {
   color: #925AD5;
 }
</style>

background-color css

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

 a { background-color: rgb(146,90,213); }

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

border-color css

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

 span { border-color: rgb(146,90,213); }

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