Html Css Color HEX #9459D8 Amethyst

📋 copy color: '#9459D8'

red 148 ◦ green 89 ◦ blue 216

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

Shades of Amethyst #9459D8

Tints of Amethyst #9459D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.68%

R = 32.67%
G = 19.65%
B = 47.68%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9459D8 (or 0x9459D8) is known color: Amethyst. HEX triplet: 94, 59 and D8. RGB value is (148,89,216). Sum of RGB (Red+Green+Blue) = 148+89+216=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 216 (84.77% from 255 or 47.68% from 453); Max value from RGB is 216 - color contains mainly: blue. Hex color #9459D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9459D8 is #6BA627. Grayscale: #787878. Windows color (decimal): -7054888 or 14178708. OLE color: 14178708.

HSL color Cylindrical-coordinate representation of color #9459D8: hue angle of 267.87º degrees, saturation: 0.62, 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 #9459D8 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 89 216 -
CMYK 0.31 0.59 0 0.15
HSL 267.87º 0.62% 0.6% -
HSV(B) 267.87º 0.59% 0.85% -
XYZ 28.18 18.4 67.03 -
YUV 121.12 181.55 147.17 -
System Red Green Blue C M Y K H S L
Decimal 148 89 216 0.31 0.59 0 0.15 267.87 0.62 0.6
Hex 94 59 D8 1F 3B 0 F 10C 3E 3C
Octal 224 131 330 37 73 0 17 414 76 74
Binary 10010100 1011001 11011000 11111 111011 0 1111 100001100 111110 111100

Color Harmonies of #9459D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9459D8

Black with #9459D8

Text Example


Text Example

White with #9459D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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