Html Css Color HEX #945ED1 Amethyst

📋 copy color: '#945ED1'

red 148 ◦ green 94 ◦ blue 209

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

Shades of Amethyst #945ED1

Tints of Amethyst #945ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 46.34%

R = 32.82%
G = 20.84%
B = 46.34%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#945ED1 (or 0x945ED1) is known color: Amethyst. HEX triplet: 94, 5E and D1. RGB value is (148,94,209). Sum of RGB (Red+Green+Blue) = 148+94+209=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 209 (82.03% from 255 or 46.34% from 451); Max value from RGB is 209 - color contains mainly: blue. Hex color #945ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945ED1 is #6BA12E. Grayscale: #7A7A7A. Windows color (decimal): -7053615 or 13721236. OLE color: 13721236.

HSL color Cylindrical-coordinate representation of color #945ED1: hue angle of 268.17º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #945ED1 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 94 209 -
CMYK 0.29 0.55 0 0.18
HSL 268.17º 0.56% 0.59% -
HSV(B) 268.17º 0.55% 0.82% -
XYZ 27.72 18.9 62.51 -
YUV 123.26 176.39 145.65 -
System Red Green Blue C M Y K H S L
Decimal 148 94 209 0.29 0.55 0 0.18 268.17 0.56 0.59
Hex 94 5E D1 1D 37 0 12 10C 38 3B
Octal 224 136 321 35 67 0 22 414 70 73
Binary 10010100 1011110 11010001 11101 110111 0 10010 100001100 111000 111011

Color Harmonies of #945ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945ED1

Black with #945ED1

Text Example


Text Example

White with #945ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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