Html Css Color HEX #9559CE Amethyst

📋 copy color: '#9559CE'

red 149 ◦ green 89 ◦ blue 206

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

Shades of Amethyst #9559CE

Tints of Amethyst #9559CE

RGB

 RED value IS 149 (58.59% from 255) = 33.56%

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

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 33.56%
G = 20.05%
B = 46.4%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9559CE (or 0x9559CE) is known color: Amethyst. HEX triplet: 95, 59 and CE. RGB value is (149,89,206). Sum of RGB (Red+Green+Blue) = 149+89+206=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #9559CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9559CE is #6AA631. Grayscale: #777777. Windows color (decimal): -6989362 or 13523349. OLE color: 13523349.

HSL color Cylindrical-coordinate representation of color #9559CE: hue angle of 270.77º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9559CE is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 89 206 -
CMYK 0.28 0.57 0 0.19
HSL 270.77º 0.54% 0.58% -
HSV(B) 270.77º 0.57% 0.81% -
XYZ 27.11 17.99 60.44 -
YUV 120.28 176.38 148.49 -
System Red Green Blue C M Y K H S L
Decimal 149 89 206 0.28 0.57 0 0.19 270.77 0.54 0.58
Hex 95 59 CE 1C 39 0 13 10F 36 3A
Octal 225 131 316 34 71 0 23 417 66 72
Binary 10010101 1011001 11001110 11100 111001 0 10011 100001111 110110 111010

Color Harmonies of #9559CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9559CE

Black with #9559CE

Text Example


Text Example

White with #9559CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9559CE; }

 p { color: rgb(149,89,206); }

 H1.HeaderClassName
 {
   color: #9559CE;
 }
 .AnyTagClassName
 {
   color: #9559CE;
 }
</style>

background-color css

<style>
 a { background-color: #9559CE; }

 a { background-color: rgb(149,89,206); }

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

border-color css

<style>
 span { border-color: #9559CE; }

 span { border-color: rgb(149,89,206); }

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