Html Css Color HEX #945AD4 Amethyst

📋 copy color: '#945AD4'

red 148 ◦ green 90 ◦ blue 212

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

Shades of Amethyst #945AD4

Tints of Amethyst #945AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 47.11%

R = 32.89%
G = 20%
B = 47.11%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#945AD4 (or 0x945AD4) is known color: Amethyst. HEX triplet: 94, 5A and D4. RGB value is (148,90,212). Sum of RGB (Red+Green+Blue) = 148+90+212=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 212 (83.20% from 255 or 47.11% from 450); Max value from RGB is 212 - color contains mainly: blue. Hex color #945AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945AD4 is #6BA52B. Grayscale: #787878. Windows color (decimal): -7054636 or 13916820. OLE color: 13916820.

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

Color convert

RGB 148 90 212 -
CMYK 0.30 0.58 0 0.17
HSL 268.52º 0.59% 0.59% -
HSV(B) 268.52º 0.58% 0.83% -
XYZ 27.75 18.36 64.37 -
YUV 121.25 179.22 147.08 -
System Red Green Blue C M Y K H S L
Decimal 148 90 212 0.30 0.58 0 0.17 268.52 0.59 0.59
Hex 94 5A D4 1E 3A 0 11 10D 3B 3B
Octal 224 132 324 36 72 0 21 415 73 73
Binary 10010100 1011010 11010100 11110 111010 0 10001 100001101 111011 111011

Color Harmonies of #945AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945AD4

Black with #945AD4

Text Example


Text Example

White with #945AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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