Html Css Color HEX #926ACE Amethyst

📋 copy color: '#926ACE'

red 146 ◦ green 106 ◦ blue 206

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

Shades of Amethyst #926ACE

Tints of Amethyst #926ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.14%

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

R = 31.88%
G = 23.14%
B = 44.98%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#926ACE (or 0x926ACE) is known color: Amethyst. HEX triplet: 92, 6A and CE. RGB value is (146,106,206). Sum of RGB (Red+Green+Blue) = 146+106+206=458 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.88% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #926ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926ACE is #6D9531. Grayscale: #818181. Windows color (decimal): -7181618 or 13527698. OLE color: 13527698.

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

Color convert

RGB 146 106 206 -
CMYK 0.29 0.49 0 0.19
HSL 264º 0.51% 0.61% -
HSV(B) 264º 0.49% 0.81% -
XYZ 28.15 20.88 60.94 -
YUV 129.36 171.25 139.87 -
System Red Green Blue C M Y K H S L
Decimal 146 106 206 0.29 0.49 0 0.19 264 0.51 0.61
Hex 92 6A CE 1D 31 0 13 108 33 3D
Octal 222 152 316 35 61 0 23 410 63 75
Binary 10010010 1101010 11001110 11101 110001 0 10011 100001000 110011 111101

Color Harmonies of #926ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926ACE

Black with #926ACE

Text Example


Text Example

White with #926ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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