#945CDB

Color #945CDB Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #945CDB

Tints of Amethyst #945CDB

Color information

#945CDB (or 0x945CDB) is unknown color: approx Amethyst. HEX triplet: 94, 5C and DB. RGB value is (148,92,219). Sum of RGB (Red+Green+Blue) = 148+92+219=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #945CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945CDB is #6BA324. Grayscale: #7A7A7A. Windows color (decimal): -7054117 or 14376084. OLE color: 14376084.

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

Color convert

RGB14892219-
CMYK0.320.5800.14
HSL266.46º63.82%60.98%-
HSV(B)266.46º57.99%85.88%-
XYZ28.8319.0669.18-
YUV123.22182.05145.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.24%
GREEN value IS 92 (36.33% from 255) = 20.04%
BLUE value IS 219 (85.94% from 255) = 47.71%
R=32.24%
G=20.04%
B=47.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal148922190.320.5800.14266.4663.8260.98
Hex945CDB203A0E10a403d
Octal224134333407201641210075
Binary10010100101110011011011100000111010011101000010101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #945CDB;
 }
 .AnyTagClassName
 {
   color: #945CDB;
 }
</style>
background-color css

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

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

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

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

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

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