Html Css Color HEX #9956DA Amethyst

📋 copy color: '#9956DA'

red 153 ◦ green 86 ◦ blue 218

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

Shades of Amethyst #9956DA

Tints of Amethyst #9956DA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.82%

 BLUE value IS 218 (85.55% from 255) = 47.7%

R = 33.48%
G = 18.82%
B = 47.7%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9956DA (or 0x9956DA) is known color: Amethyst. HEX triplet: 99, 56 and DA. RGB value is (153,86,218). Sum of RGB (Red+Green+Blue) = 153+86+218=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #9956DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9956DA is #66A925. Grayscale: #787878. Windows color (decimal): -6727974 or 14309017. OLE color: 14309017.

HSL color Cylindrical-coordinate representation of color #9956DA: hue angle of 270.45º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9956DA is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 86 218 -
CMYK 0.30 0.61 0 0.15
HSL 270.45º 0.64% 0.6% -
HSV(B) 270.45º 0.61% 0.85% -
XYZ 29.12 18.49 68.36 -
YUV 121.08 182.7 150.77 -
System Red Green Blue C M Y K H S L
Decimal 153 86 218 0.30 0.61 0 0.15 270.45 0.64 0.6
Hex 99 56 DA 1E 3D 0 F 10E 40 3C
Octal 231 126 332 36 75 0 17 416 100 74
Binary 10011001 1010110 11011010 11110 111101 0 1111 100001110 1000000 111100

Color Harmonies of #9956DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9956DA

Black with #9956DA

Text Example


Text Example

White with #9956DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9956DA; }

 p { color: rgb(153,86,218); }

 H1.HeaderClassName
 {
   color: #9956DA;
 }
 .AnyTagClassName
 {
   color: #9956DA;
 }
</style>

background-color css

<style>
 a { background-color: #9956DA; }

 a { background-color: rgb(153,86,218); }

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

border-color css

<style>
 span { border-color: #9956DA; }

 span { border-color: rgb(153,86,218); }

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