Html Css Color HEX #9657CE Amethyst

📋 copy color: '#9657CE'

red 150 ◦ green 87 ◦ blue 206

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

Shades of Amethyst #9657CE

Tints of Amethyst #9657CE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.64%

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

R = 33.86%
G = 19.64%
B = 46.5%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9657CE (or 0x9657CE) is known color: Amethyst. HEX triplet: 96, 57 and CE. RGB value is (150,87,206). Sum of RGB (Red+Green+Blue) = 150+87+206=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #9657CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9657CE is #69A831. Grayscale: #767676. Windows color (decimal): -6924338 or 13522838. OLE color: 13522838.

HSL color Cylindrical-coordinate representation of color #9657CE: hue angle of 271.76º 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 #9657CE is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 87 206 -
CMYK 0.27 0.58 0 0.19
HSL 271.76º 0.55% 0.57% -
HSV(B) 271.76º 0.58% 0.81% -
XYZ 27.13 17.76 60.39 -
YUV 119.4 176.87 149.82 -
System Red Green Blue C M Y K H S L
Decimal 150 87 206 0.27 0.58 0 0.19 271.76 0.55 0.57
Hex 96 57 CE 1B 3A 0 13 110 37 39
Octal 226 127 316 33 72 0 23 420 67 71
Binary 10010110 1010111 11001110 11011 111010 0 10011 100010000 110111 111001

Color Harmonies of #9657CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9657CE

Black with #9657CE

Text Example


Text Example

White with #9657CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,87,206); }

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

background-color css

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

 a { background-color: rgb(150,87,206); }

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

border-color css

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

 span { border-color: rgb(150,87,206); }

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