Html Css Color HEX #9656CC Amethyst

📋 copy color: '#9656CC'

red 150 ◦ green 86 ◦ blue 204

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

Shades of Amethyst #9656CC

Tints of Amethyst #9656CC

RGB

 RED value IS 150 (58.98% from 255) = 34.09%

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

 BLUE value IS 204 (80.08% from 255) = 46.36%

R = 34.09%
G = 19.55%
B = 46.36%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9656CC (or 0x9656CC) is known color: Amethyst. HEX triplet: 96, 56 and CC. RGB value is (150,86,204). Sum of RGB (Red+Green+Blue) = 150+86+204=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #9656CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9656CC is #69A933. Grayscale: #767676. Windows color (decimal): -6924596 or 13391510. OLE color: 13391510.

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

Color convert

RGB 150 86 204 -
CMYK 0.26 0.58 0 0.2
HSL 272.54º 0.54% 0.57% -
HSV(B) 272.54º 0.58% 0.8% -
XYZ 26.8 17.5 59.09 -
YUV 118.59 176.2 150.41 -
System Red Green Blue C M Y K H S L
Decimal 150 86 204 0.26 0.58 0 0.2 272.54 0.54 0.57
Hex 96 56 CC 1A 3A 0 14 111 36 39
Octal 226 126 314 32 72 0 24 421 66 71
Binary 10010110 1010110 11001100 11010 111010 0 10100 100010001 110110 111001

Color Harmonies of #9656CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9656CC

Black with #9656CC

Text Example


Text Example

White with #9656CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9656CC; }

 p { color: rgb(150,86,204); }

 H1.HeaderClassName
 {
   color: #9656CC;
 }
 .AnyTagClassName
 {
   color: #9656CC;
 }
</style>

background-color css

<style>
 a { background-color: #9656CC; }

 a { background-color: rgb(150,86,204); }

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

border-color css

<style>
 span { border-color: #9656CC; }

 span { border-color: rgb(150,86,204); }

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