Html Css Color HEX #925AD3 Amethyst

📋 copy color: '#925AD3'

red 146 ◦ green 90 ◦ blue 211

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

Shades of Amethyst #925AD3

Tints of Amethyst #925AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 47.2%

R = 32.66%
G = 20.13%
B = 47.2%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#925AD3 (or 0x925AD3) is known color: Amethyst. HEX triplet: 92, 5A and D3. RGB value is (146,90,211). Sum of RGB (Red+Green+Blue) = 146+90+211=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 211 (82.81% from 255 or 47.20% from 447); Max value from RGB is 211 - color contains mainly: blue. Hex color #925AD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925AD3 is #6DA52C. Grayscale: #787878. Windows color (decimal): -7185709 or 13851282. OLE color: 13851282.

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

Color convert

RGB 146 90 211 -
CMYK 0.31 0.57 0 0.17
HSL 267.77º 0.58% 0.59% -
HSV(B) 267.77º 0.57% 0.83% -
XYZ 27.27 18.13 63.69 -
YUV 120.54 179.05 146.16 -
System Red Green Blue C M Y K H S L
Decimal 146 90 211 0.31 0.57 0 0.17 267.77 0.58 0.59
Hex 92 5A D3 1F 39 0 11 10C 3A 3B
Octal 222 132 323 37 71 0 21 414 72 73
Binary 10010010 1011010 11010011 11111 111001 0 10001 100001100 111010 111011

Color Harmonies of #925AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925AD3

Black with #925AD3

Text Example


Text Example

White with #925AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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