Html Css Color HEX #925ACE Amethyst

📋 copy color: '#925ACE'

red 146 ◦ green 90 ◦ blue 206

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

Shades of Amethyst #925ACE

Tints of Amethyst #925ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 33.03%
G = 20.36%
B = 46.61%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#925ACE (or 0x925ACE) is known color: Amethyst. HEX triplet: 92, 5A and CE. RGB value is (146,90,206). Sum of RGB (Red+Green+Blue) = 146+90+206=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #925ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925ACE is #6DA531. Grayscale: #777777. Windows color (decimal): -7185714 or 13523602. OLE color: 13523602.

HSL color Cylindrical-coordinate representation of color #925ACE: hue angle of 268.97º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #925ACE is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 146 90 206 -
CMYK 0.29 0.56 0 0.19
HSL 268.97º 0.54% 0.58% -
HSV(B) 268.97º 0.56% 0.81% -
XYZ 26.65 17.88 60.44 -
YUV 119.97 176.55 146.57 -
System Red Green Blue C M Y K H S L
Decimal 146 90 206 0.29 0.56 0 0.19 268.97 0.54 0.58
Hex 92 5A CE 1D 38 0 13 10D 36 3A
Octal 222 132 316 35 70 0 23 415 66 72
Binary 10010010 1011010 11001110 11101 111000 0 10011 100001101 110110 111010

Color Harmonies of #925ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925ACE

Black with #925ACE

Text Example


Text Example

White with #925ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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