Html Css Color HEX #9656CF Amethyst

📋 copy color: '#9656CF'

red 150 ◦ green 86 ◦ blue 207

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

Shades of Amethyst #9656CF

Tints of Amethyst #9656CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.73%

R = 33.86%
G = 19.41%
B = 46.73%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9656CF (or 0x9656CF) is known color: Amethyst. HEX triplet: 96, 56 and CF. RGB value is (150,86,207). Sum of RGB (Red+Green+Blue) = 150+86+207=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #9656CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9656CF is #69A930. Grayscale: #767676. Windows color (decimal): -6924593 or 13588118. OLE color: 13588118.

HSL color Cylindrical-coordinate representation of color #9656CF: hue angle of 271.74º degrees, saturation: 0.56, 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 #9656CF is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 86 207 -
CMYK 0.28 0.58 0 0.19
HSL 271.74º 0.56% 0.57% -
HSV(B) 271.74º 0.58% 0.81% -
XYZ 27.17 17.64 61.01 -
YUV 118.93 177.7 150.16 -
System Red Green Blue C M Y K H S L
Decimal 150 86 207 0.28 0.58 0 0.19 271.74 0.56 0.57
Hex 96 56 CF 1C 3A 0 13 110 38 39
Octal 226 126 317 34 72 0 23 420 70 71
Binary 10010110 1010110 11001111 11100 111010 0 10011 100010000 111000 111001

Color Harmonies of #9656CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9656CF

Black with #9656CF

Text Example


Text Example

White with #9656CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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