Html Css Color HEX #925ADC Amethyst

📋 copy color: '#925ADC'

red 146 ◦ green 90 ◦ blue 220

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

Shades of Amethyst #925ADC

Tints of Amethyst #925ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.25%

R = 32.02%
G = 19.74%
B = 48.25%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#925ADC (or 0x925ADC) is known color: Amethyst. HEX triplet: 92, 5A and DC. RGB value is (146,90,220). Sum of RGB (Red+Green+Blue) = 146+90+220=456 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.02% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #925ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925ADC is #6DA523. Grayscale: #797979. Windows color (decimal): -7185700 or 14441106. OLE color: 14441106.

HSL color Cylindrical-coordinate representation of color #925ADC: hue angle of 265.85º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #925ADC is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 90 220 -
CMYK 0.34 0.59 0 0.14
HSL 265.85º 0.65% 0.61% -
HSV(B) 265.85º 0.59% 0.86% -
XYZ 28.43 18.59 69.8 -
YUV 121.56 183.55 145.43 -
System Red Green Blue C M Y K H S L
Decimal 146 90 220 0.34 0.59 0 0.14 265.85 0.65 0.61
Hex 92 5A DC 22 3B 0 E 10A 41 3D
Octal 222 132 334 42 73 0 16 412 101 75
Binary 10010010 1011010 11011100 100010 111011 0 1110 100001010 1000001 111101

Color Harmonies of #925ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925ADC

Black with #925ADC

Text Example


Text Example

White with #925ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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