Html Css Color HEX #945AD6 Amethyst

📋 copy color: '#945AD6'

red 148 ◦ green 90 ◦ blue 214

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

Shades of Amethyst #945AD6

Tints of Amethyst #945AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.35%

R = 32.74%
G = 19.91%
B = 47.35%

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

#945AD6 (or 0x945AD6) is known color: Amethyst. HEX triplet: 94, 5A and D6. RGB value is (148,90,214). Sum of RGB (Red+Green+Blue) = 148+90+214=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 214 (83.98% from 255 or 47.35% from 452); Max value from RGB is 214 - color contains mainly: blue. Hex color #945AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945AD6 is #6BA529. Grayscale: #797979. Windows color (decimal): -7054634 or 14047892. OLE color: 14047892.

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

Color convert

RGB 148 90 214 -
CMYK 0.31 0.58 0 0.16
HSL 268.06º 0.6% 0.6% -
HSV(B) 268.06º 0.58% 0.84% -
XYZ 28.01 18.46 65.71 -
YUV 121.48 180.22 146.92 -
System Red Green Blue C M Y K H S L
Decimal 148 90 214 0.31 0.58 0 0.16 268.06 0.6 0.6
Hex 94 5A D6 1F 3A 0 10 10C 3C 3C
Octal 224 132 326 37 72 0 20 414 74 74
Binary 10010100 1011010 11010110 11111 111010 0 10000 100001100 111100 111100

Color Harmonies of #945AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945AD6

Black with #945AD6

Text Example


Text Example

White with #945AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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