Html Css Color HEX #9459DB Amethyst

📋 copy color: '#9459DB'

red 148 ◦ green 89 ◦ blue 219

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

Shades of Amethyst #9459DB

Tints of Amethyst #9459DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.03%

R = 32.46%
G = 19.52%
B = 48.03%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9459DB (or 0x9459DB) is known color: Amethyst. HEX triplet: 94, 59 and DB. RGB value is (148,89,219). Sum of RGB (Red+Green+Blue) = 148+89+219=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #9459DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9459DB is #6BA624. Grayscale: #797979. Windows color (decimal): -7054885 or 14375316. OLE color: 14375316.

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

Color convert

RGB 148 89 219 -
CMYK 0.32 0.59 0 0.14
HSL 267.23º 0.64% 0.6% -
HSV(B) 267.23º 0.59% 0.86% -
XYZ 28.57 18.56 69.09 -
YUV 121.46 183.05 146.93 -
System Red Green Blue C M Y K H S L
Decimal 148 89 219 0.32 0.59 0 0.14 267.23 0.64 0.6
Hex 94 59 DB 20 3B 0 E 10B 40 3C
Octal 224 131 333 40 73 0 16 413 100 74
Binary 10010100 1011001 11011011 100000 111011 0 1110 100001011 1000000 111100

Color Harmonies of #9459DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9459DB

Black with #9459DB

Text Example


Text Example

White with #9459DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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