Html Css Color HEX #945ECE Amethyst

📋 copy color: '#945ECE'

red 148 ◦ green 94 ◦ blue 206

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

Shades of Amethyst #945ECE

Tints of Amethyst #945ECE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.98%

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

R = 33.04%
G = 20.98%
B = 45.98%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#945ECE (or 0x945ECE) is known color: Amethyst. HEX triplet: 94, 5E and CE. RGB value is (148,94,206). Sum of RGB (Red+Green+Blue) = 148+94+206=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #945ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945ECE is #6BA131. Grayscale: #7A7A7A. Windows color (decimal): -7053618 or 13524628. OLE color: 13524628.

HSL color Cylindrical-coordinate representation of color #945ECE: hue angle of 268.93º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #945ECE is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 94 206 -
CMYK 0.28 0.54 0 0.19
HSL 268.93º 0.53% 0.59% -
HSV(B) 268.93º 0.54% 0.81% -
XYZ 27.36 18.76 60.57 -
YUV 122.91 174.89 145.89 -
System Red Green Blue C M Y K H S L
Decimal 148 94 206 0.28 0.54 0 0.19 268.93 0.53 0.59
Hex 94 5E CE 1C 36 0 13 10D 35 3B
Octal 224 136 316 34 66 0 23 415 65 73
Binary 10010100 1011110 11001110 11100 110110 0 10011 100001101 110101 111011

Color Harmonies of #945ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945ECE

Black with #945ECE

Text Example


Text Example

White with #945ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945ECE; }

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

 H1.HeaderClassName
 {
   color: #945ECE;
 }
 .AnyTagClassName
 {
   color: #945ECE;
 }
</style>

background-color css

<style>
 a { background-color: #945ECE; }

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

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

border-color css

<style>
 span { border-color: #945ECE; }

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

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