Html Css Color HEX #945EDB Amethyst

📋 copy color: '#945EDB'

red 148 ◦ green 94 ◦ blue 219

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

Shades of Amethyst #945EDB

Tints of Amethyst #945EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 32.1%
G = 20.39%
B = 47.51%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#945EDB (or 0x945EDB) is known color: Amethyst. HEX triplet: 94, 5E and DB. RGB value is (148,94,219). Sum of RGB (Red+Green+Blue) = 148+94+219=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #945EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945EDB is #6BA124. Grayscale: #7B7B7B. Windows color (decimal): -7053605 or 14376596. OLE color: 14376596.

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

Color convert

RGB 148 94 219 -
CMYK 0.32 0.57 0 0.14
HSL 265.92º 0.63% 0.61% -
HSV(B) 265.92º 0.57% 0.86% -
XYZ 29 19.42 69.24 -
YUV 124.4 181.39 144.84 -
System Red Green Blue C M Y K H S L
Decimal 148 94 219 0.32 0.57 0 0.14 265.92 0.63 0.61
Hex 94 5E DB 20 39 0 E 10A 3F 3D
Octal 224 136 333 40 71 0 16 412 77 75
Binary 10010100 1011110 11011011 100000 111001 0 1110 100001010 111111 111101

Color Harmonies of #945EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945EDB

Black with #945EDB

Text Example


Text Example

White with #945EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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