Html Css Color HEX #9459D1 Amethyst

📋 copy color: '#9459D1'

red 148 ◦ green 89 ◦ blue 209

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

Shades of Amethyst #9459D1

Tints of Amethyst #9459D1

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.96%

 BLUE value IS 209 (82.03% from 255) = 46.86%

R = 33.18%
G = 19.96%
B = 46.86%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9459D1 (or 0x9459D1) is known color: Amethyst. HEX triplet: 94, 59 and D1. RGB value is (148,89,209). Sum of RGB (Red+Green+Blue) = 148+89+209=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 209 - color contains mainly: blue. Hex color #9459D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9459D1 is #6BA62E. Grayscale: #777777. Windows color (decimal): -7054895 or 13719956. OLE color: 13719956.

HSL color Cylindrical-coordinate representation of color #9459D1: hue angle of 269.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9459D1 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 89 209 -
CMYK 0.29 0.57 0 0.18
HSL 269.5º 0.57% 0.58% -
HSV(B) 269.5º 0.57% 0.82% -
XYZ 27.29 18.04 62.37 -
YUV 120.32 178.05 147.74 -
System Red Green Blue C M Y K H S L
Decimal 148 89 209 0.29 0.57 0 0.18 269.5 0.57 0.58
Hex 94 59 D1 1D 39 0 12 10E 39 3A
Octal 224 131 321 35 71 0 22 416 71 72
Binary 10010100 1011001 11010001 11101 111001 0 10010 100001110 111001 111010

Color Harmonies of #9459D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9459D1

Black with #9459D1

Text Example


Text Example

White with #9459D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9459D1; }

 p { color: rgb(148,89,209); }

 H1.HeaderClassName
 {
   color: #9459D1;
 }
 .AnyTagClassName
 {
   color: #9459D1;
 }
</style>

background-color css

<style>
 a { background-color: #9459D1; }

 a { background-color: rgb(148,89,209); }

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

border-color css

<style>
 span { border-color: #9459D1; }

 span { border-color: rgb(148,89,209); }

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