Html Css Color HEX #9956E1 Amethyst

📋 copy color: '#9956E1'

red 153 ◦ green 86 ◦ blue 225

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

Shades of Amethyst #9956E1

Tints of Amethyst #9956E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.49%

R = 32.97%
G = 18.53%
B = 48.49%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9956E1 (or 0x9956E1) is known color: Amethyst. HEX triplet: 99, 56 and E1. RGB value is (153,86,225). Sum of RGB (Red+Green+Blue) = 153+86+225=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 225 - color contains mainly: blue. Hex color #9956E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9956E1 is #66A91E. Grayscale: #797979. Windows color (decimal): -6727967 or 14767769. OLE color: 14767769.

HSL color Cylindrical-coordinate representation of color #9956E1: hue angle of 268.92º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9956E1 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 153 86 225 -
CMYK 0.32 0.62 0 0.12
HSL 268.92º 0.7% 0.61% -
HSV(B) 268.92º 0.62% 0.88% -
XYZ 30.06 18.86 73.29 -
YUV 121.88 186.2 150.2 -
System Red Green Blue C M Y K H S L
Decimal 153 86 225 0.32 0.62 0 0.12 268.92 0.7 0.61
Hex 99 56 E1 20 3E 0 C 10D 46 3D
Octal 231 126 341 40 76 0 14 415 106 75
Binary 10011001 1010110 11100001 100000 111110 0 1100 100001101 1000110 111101

Color Harmonies of #9956E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9956E1

Black with #9956E1

Text Example


Text Example

White with #9956E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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