Html Css Color HEX #9959CD Amethyst

📋 copy color: '#9959CD'

red 153 ◦ green 89 ◦ blue 205

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

Shades of Amethyst #9959CD

Tints of Amethyst #9959CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.86%

R = 34.23%
G = 19.91%
B = 45.86%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9959CD (or 0x9959CD) is known color: Amethyst. HEX triplet: 99, 59 and CD. RGB value is (153,89,205). Sum of RGB (Red+Green+Blue) = 153+89+205=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #9959CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9959CD is #66A632. Grayscale: #787878. Windows color (decimal): -6727219 or 13457817. OLE color: 13457817.

HSL color Cylindrical-coordinate representation of color #9959CD: hue angle of 273.1º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9959CD is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 89 205 -
CMYK 0.25 0.57 0 0.20
HSL 273.1º 0.54% 0.58% -
HSV(B) 273.1º 0.57% 0.8% -
XYZ 27.73 18.32 59.83 -
YUV 121.36 175.2 150.57 -
System Red Green Blue C M Y K H S L
Decimal 153 89 205 0.25 0.57 0 0.20 273.1 0.54 0.58
Hex 99 59 CD 19 39 0 14 111 36 3A
Octal 231 131 315 31 71 0 24 421 66 72
Binary 10011001 1011001 11001101 11001 111001 0 10100 100010001 110110 111010

Color Harmonies of #9959CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9959CD

Black with #9959CD

Text Example


Text Example

White with #9959CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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