Html Css Color HEX #9959D8 Amethyst

📋 copy color: '#9959D8'

red 153 ◦ green 89 ◦ blue 216

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

Shades of Amethyst #9959D8

Tints of Amethyst #9959D8

RGB

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

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

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

R = 33.41%
G = 19.43%
B = 47.16%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9959D8 (or 0x9959D8) is known color: Amethyst. HEX triplet: 99, 59 and D8. RGB value is (153,89,216). Sum of RGB (Red+Green+Blue) = 153+89+216=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 216 - color contains mainly: blue. Hex color #9959D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9959D8 is #66A627. Grayscale: #7A7A7A. Windows color (decimal): -6727208 or 14178713. OLE color: 14178713.

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

Color convert

RGB 153 89 216 -
CMYK 0.29 0.59 0 0.15
HSL 270.24º 0.62% 0.6% -
HSV(B) 270.24º 0.59% 0.85% -
XYZ 29.1 18.87 67.08 -
YUV 122.61 180.7 149.67 -
System Red Green Blue C M Y K H S L
Decimal 153 89 216 0.29 0.59 0 0.15 270.24 0.62 0.6
Hex 99 59 D8 1D 3B 0 F 10E 3E 3C
Octal 231 131 330 35 73 0 17 416 76 74
Binary 10011001 1011001 11011000 11101 111011 0 1111 100001110 111110 111100

Color Harmonies of #9959D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9959D8

Black with #9959D8

Text Example


Text Example

White with #9959D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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