Html Css Color HEX #945ADD Amethyst

📋 copy color: '#945ADD'

red 148 ◦ green 90 ◦ blue 221

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

Shades of Amethyst #945ADD

Tints of Amethyst #945ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 32.24%
G = 19.61%
B = 48.15%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#945ADD (or 0x945ADD) is known color: Amethyst. HEX triplet: 94, 5A and DD. RGB value is (148,90,221). Sum of RGB (Red+Green+Blue) = 148+90+221=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #945ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945ADD is #6BA522. Grayscale: #797979. Windows color (decimal): -7054627 or 14506644. OLE color: 14506644.

HSL color Cylindrical-coordinate representation of color #945ADD: hue angle of 266.56º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #945ADD is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 90 221 -
CMYK 0.33 0.59 0 0.13
HSL 266.56º 0.66% 0.61% -
HSV(B) 266.56º 0.59% 0.87% -
XYZ 28.92 18.83 70.52 -
YUV 122.28 183.72 146.35 -
System Red Green Blue C M Y K H S L
Decimal 148 90 221 0.33 0.59 0 0.13 266.56 0.66 0.61
Hex 94 5A DD 21 3B 0 D 10B 42 3D
Octal 224 132 335 41 73 0 15 413 102 75
Binary 10010100 1011010 11011101 100001 111011 0 1101 100001011 1000010 111101

Color Harmonies of #945ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945ADD

Black with #945ADD

Text Example


Text Example

White with #945ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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