Html Css Color HEX #9459E0 Amethyst

📋 copy color: '#9459E0'

red 148 ◦ green 89 ◦ blue 224

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

Shades of Amethyst #9459E0

Tints of Amethyst #9459E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.59%

R = 32.1%
G = 19.31%
B = 48.59%

CMYK

 C value IS 0.34

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9459E0 (or 0x9459E0) is known color: Amethyst. HEX triplet: 94, 59 and E0. RGB value is (148,89,224). Sum of RGB (Red+Green+Blue) = 148+89+224=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #9459E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9459E0 is #6BA61F. Grayscale: #797979. Windows color (decimal): -7054880 or 14702996. OLE color: 14702996.

HSL color Cylindrical-coordinate representation of color #9459E0: hue angle of 266.22º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9459E0 is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 148 89 224 -
CMYK 0.34 0.60 0 0.12
HSL 266.22º 0.69% 0.61% -
HSV(B) 266.22º 0.6% 0.88% -
XYZ 29.24 18.82 72.61 -
YUV 122.03 185.55 146.52 -
System Red Green Blue C M Y K H S L
Decimal 148 89 224 0.34 0.60 0 0.12 266.22 0.69 0.61
Hex 94 59 E0 22 3C 0 C 10A 45 3D
Octal 224 131 340 42 74 0 14 412 105 75
Binary 10010100 1011001 11100000 100010 111100 0 1100 100001010 1000101 111101

Color Harmonies of #9459E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9459E0

Black with #9459E0

Text Example


Text Example

White with #9459E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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