Html Css Color HEX #945AD5 Amethyst

📋 copy color: '#945AD5'

red 148 ◦ green 90 ◦ blue 213

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

Shades of Amethyst #945AD5

Tints of Amethyst #945AD5

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.96%

 BLUE value IS 213 (83.59% from 255) = 47.23%

R = 32.82%
G = 19.96%
B = 47.23%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#945AD5 (or 0x945AD5) is known color: Amethyst. HEX triplet: 94, 5A and D5. RGB value is (148,90,213). Sum of RGB (Red+Green+Blue) = 148+90+213=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 213 (83.59% from 255 or 47.23% from 451); Max value from RGB is 213 - color contains mainly: blue. Hex color #945AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945AD5 is #6BA52A. Grayscale: #787878. Windows color (decimal): -7054635 or 13982356. OLE color: 13982356.

HSL color Cylindrical-coordinate representation of color #945AD5: hue angle of 268.29º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #945AD5 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 90 213 -
CMYK 0.31 0.58 0 0.16
HSL 268.29º 0.59% 0.59% -
HSV(B) 268.29º 0.58% 0.84% -
XYZ 27.88 18.41 65.04 -
YUV 121.36 179.72 147 -
System Red Green Blue C M Y K H S L
Decimal 148 90 213 0.31 0.58 0 0.16 268.29 0.59 0.59
Hex 94 5A D5 1F 3A 0 10 10C 3B 3B
Octal 224 132 325 37 72 0 20 414 73 73
Binary 10010100 1011010 11010101 11111 111010 0 10000 100001100 111011 111011

Color Harmonies of #945AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945AD5

Black with #945AD5

Text Example


Text Example

White with #945AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,90,213); }

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

background-color css

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

 a { background-color: rgb(148,90,213); }

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

border-color css

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

 span { border-color: rgb(148,90,213); }

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