Html Css Color HEX #9956CE Amethyst

📋 copy color: '#9956CE'

red 153 ◦ green 86 ◦ blue 206

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

Shades of Amethyst #9956CE

Tints of Amethyst #9956CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 34.38%
G = 19.33%
B = 46.29%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9956CE (or 0x9956CE) is known color: Amethyst. HEX triplet: 99, 56 and CE. RGB value is (153,86,206). Sum of RGB (Red+Green+Blue) = 153+86+206=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #9956CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9956CE is #66A931. Grayscale: #777777. Windows color (decimal): -6727986 or 13522585. OLE color: 13522585.

HSL color Cylindrical-coordinate representation of color #9956CE: hue angle of 273.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9956CE is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 86 206 -
CMYK 0.26 0.58 0 0.19
HSL 273.5º 0.55% 0.57% -
HSV(B) 273.5º 0.58% 0.81% -
XYZ 27.61 17.88 60.39 -
YUV 119.71 176.7 151.74 -
System Red Green Blue C M Y K H S L
Decimal 153 86 206 0.26 0.58 0 0.19 273.5 0.55 0.57
Hex 99 56 CE 1A 3A 0 13 112 37 39
Octal 231 126 316 32 72 0 23 422 67 71
Binary 10011001 1010110 11001110 11010 111010 0 10011 100010010 110111 111001

Color Harmonies of #9956CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9956CE

Black with #9956CE

Text Example


Text Example

White with #9956CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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