Html Css Color HEX #9959DF Amethyst

📋 copy color: '#9959DF'

red 153 ◦ green 89 ◦ blue 223

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

Shades of Amethyst #9959DF

Tints of Amethyst #9959DF

RGB

 RED value IS 153 (60.16% from 255) = 32.9%

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

 BLUE value IS 223 (87.5% from 255) = 47.96%

R = 32.9%
G = 19.14%
B = 47.96%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9959DF (or 0x9959DF) is known color: Amethyst. HEX triplet: 99, 59 and DF. RGB value is (153,89,223). Sum of RGB (Red+Green+Blue) = 153+89+223=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #9959DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9959DF is #66A620. Grayscale: #7A7A7A. Windows color (decimal): -6727201 or 14637465. OLE color: 14637465.

HSL color Cylindrical-coordinate representation of color #9959DF: hue angle of 268.66º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9959DF is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 89 223 -
CMYK 0.31 0.60 0 0.13
HSL 268.66º 0.68% 0.61% -
HSV(B) 268.66º 0.6% 0.87% -
XYZ 30.03 19.24 71.94 -
YUV 123.41 184.2 149.1 -
System Red Green Blue C M Y K H S L
Decimal 153 89 223 0.31 0.60 0 0.13 268.66 0.68 0.61
Hex 99 59 DF 1F 3C 0 D 10D 44 3D
Octal 231 131 337 37 74 0 15 415 104 75
Binary 10011001 1011001 11011111 11111 111100 0 1101 100001101 1000100 111101

Color Harmonies of #9959DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9959DF

Black with #9959DF

Text Example


Text Example

White with #9959DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9959DF; }

 p { color: rgb(153,89,223); }

 H1.HeaderClassName
 {
   color: #9959DF;
 }
 .AnyTagClassName
 {
   color: #9959DF;
 }
</style>

background-color css

<style>
 a { background-color: #9959DF; }

 a { background-color: rgb(153,89,223); }

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

border-color css

<style>
 span { border-color: #9959DF; }

 span { border-color: rgb(153,89,223); }

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