Html Css Color HEX #9459DA Amethyst

📋 copy color: '#9459DA'

red 148 ◦ green 89 ◦ blue 218

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

Shades of Amethyst #9459DA

Tints of Amethyst #9459DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.91%

R = 32.53%
G = 19.56%
B = 47.91%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9459DA (or 0x9459DA) is known color: Amethyst. HEX triplet: 94, 59 and DA. RGB value is (148,89,218). Sum of RGB (Red+Green+Blue) = 148+89+218=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #9459DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9459DA is #6BA625. Grayscale: #787878. Windows color (decimal): -7054886 or 14309780. OLE color: 14309780.

HSL color Cylindrical-coordinate representation of color #9459DA: hue angle of 267.44º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9459DA is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 89 218 -
CMYK 0.32 0.59 0 0.15
HSL 267.44º 0.64% 0.6% -
HSV(B) 267.44º 0.59% 0.85% -
XYZ 28.44 18.5 68.4 -
YUV 121.35 182.55 147.01 -
System Red Green Blue C M Y K H S L
Decimal 148 89 218 0.32 0.59 0 0.15 267.44 0.64 0.6
Hex 94 59 DA 20 3B 0 F 10B 40 3C
Octal 224 131 332 40 73 0 17 413 100 74
Binary 10010100 1011001 11011010 100000 111011 0 1111 100001011 1000000 111100

Color Harmonies of #9459DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9459DA

Black with #9459DA

Text Example


Text Example

White with #9459DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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