Html Css Color HEX #945EDC Amethyst

📋 copy color: '#945EDC'

red 148 ◦ green 94 ◦ blue 220

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

Shades of Amethyst #945EDC

Tints of Amethyst #945EDC

RGB

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

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

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

R = 32.03%
G = 20.35%
B = 47.62%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#945EDC (or 0x945EDC) is known color: Amethyst. HEX triplet: 94, 5E and DC. RGB value is (148,94,220). Sum of RGB (Red+Green+Blue) = 148+94+220=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #945EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945EDC is #6BA123. Grayscale: #7C7C7C. Windows color (decimal): -7053604 or 14442132. OLE color: 14442132.

HSL color Cylindrical-coordinate representation of color #945EDC: hue angle of 265.71º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #945EDC is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 94 220 -
CMYK 0.33 0.57 0 0.14
HSL 265.71º 0.64% 0.62% -
HSV(B) 265.71º 0.57% 0.86% -
XYZ 29.13 19.47 69.93 -
YUV 124.51 181.89 144.75 -
System Red Green Blue C M Y K H S L
Decimal 148 94 220 0.33 0.57 0 0.14 265.71 0.64 0.62
Hex 94 5E DC 21 39 0 E 10A 40 3E
Octal 224 136 334 41 71 0 16 412 100 76
Binary 10010100 1011110 11011100 100001 111001 0 1110 100001010 1000000 111110

Color Harmonies of #945EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945EDC

Black with #945EDC

Text Example


Text Example

White with #945EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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