Html Css Color HEX #946ACE Amethyst

📋 copy color: '#946ACE'

red 148 ◦ green 106 ◦ blue 206

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

Shades of Amethyst #946ACE

Tints of Amethyst #946ACE

RGB

 RED value IS 148 (58.2% from 255) = 32.17%

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

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

R = 32.17%
G = 23.04%
B = 44.78%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#946ACE (or 0x946ACE) is known color: Amethyst. HEX triplet: 94, 6A and CE. RGB value is (148,106,206). Sum of RGB (Red+Green+Blue) = 148+106+206=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #946ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946ACE is #6B9531. Grayscale: #818181. Windows color (decimal): -7050546 or 13527700. OLE color: 13527700.

HSL color Cylindrical-coordinate representation of color #946ACE: hue angle of 265.2º 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 #946ACE is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 106 206 -
CMYK 0.28 0.49 0 0.19
HSL 265.2º 0.51% 0.61% -
HSV(B) 265.2º 0.49% 0.81% -
XYZ 28.51 21.06 60.96 -
YUV 129.96 170.91 140.87 -
System Red Green Blue C M Y K H S L
Decimal 148 106 206 0.28 0.49 0 0.19 265.2 0.51 0.61
Hex 94 6A CE 1C 31 0 13 109 33 3D
Octal 224 152 316 34 61 0 23 411 63 75
Binary 10010100 1101010 11001110 11100 110001 0 10011 100001001 110011 111101

Color Harmonies of #946ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946ACE

Black with #946ACE

Text Example


Text Example

White with #946ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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