Html Css Color HEX #9656DA Amethyst

📋 copy color: '#9656DA'

red 150 ◦ green 86 ◦ blue 218

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

Shades of Amethyst #9656DA

Tints of Amethyst #9656DA

RGB

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

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

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

R = 33.04%
G = 18.94%
B = 48.02%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9656DA (or 0x9656DA) is known color: Amethyst. HEX triplet: 96, 56 and DA. RGB value is (150,86,218). Sum of RGB (Red+Green+Blue) = 150+86+218=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #9656DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9656DA is #69A925. Grayscale: #777777. Windows color (decimal): -6924582 or 14309014. OLE color: 14309014.

HSL color Cylindrical-coordinate representation of color #9656DA: hue angle of 269.09º 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 #9656DA is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 86 218 -
CMYK 0.31 0.61 0 0.15
HSL 269.09º 0.64% 0.6% -
HSV(B) 269.09º 0.61% 0.85% -
XYZ 28.56 18.2 68.34 -
YUV 120.18 183.2 149.27 -
System Red Green Blue C M Y K H S L
Decimal 150 86 218 0.31 0.61 0 0.15 269.09 0.64 0.6
Hex 96 56 DA 1F 3D 0 F 10D 40 3C
Octal 226 126 332 37 75 0 17 415 100 74
Binary 10010110 1010110 11011010 11111 111101 0 1111 100001101 1000000 111100

Color Harmonies of #9656DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9656DA

Black with #9656DA

Text Example


Text Example

White with #9656DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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