Html Css Color HEX #9459DC Amethyst

📋 copy color: '#9459DC'

red 148 ◦ green 89 ◦ blue 220

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

Shades of Amethyst #9459DC

Tints of Amethyst #9459DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.14%

R = 32.39%
G = 19.47%
B = 48.14%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9459DC (or 0x9459DC) is known color: Amethyst. HEX triplet: 94, 59 and DC. RGB value is (148,89,220). Sum of RGB (Red+Green+Blue) = 148+89+220=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #9459DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9459DC is #6BA623. Grayscale: #797979. Windows color (decimal): -7054884 or 14440852. OLE color: 14440852.

HSL color Cylindrical-coordinate representation of color #9459DC: hue angle of 267.02º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9459DC is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 89 220 -
CMYK 0.33 0.60 0 0.14
HSL 267.02º 0.65% 0.61% -
HSV(B) 267.02º 0.6% 0.86% -
XYZ 28.7 18.61 69.79 -
YUV 121.58 183.55 146.85 -
System Red Green Blue C M Y K H S L
Decimal 148 89 220 0.33 0.60 0 0.14 267.02 0.65 0.61
Hex 94 59 DC 21 3C 0 E 10B 41 3D
Octal 224 131 334 41 74 0 16 413 101 75
Binary 10010100 1011001 11011100 100001 111100 0 1110 100001011 1000001 111101

Color Harmonies of #9459DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9459DC

Black with #9459DC

Text Example


Text Example

White with #9459DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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