Html Css Color HEX #9657CF Amethyst

📋 copy color: '#9657CF'

red 150 ◦ green 87 ◦ blue 207

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

Shades of Amethyst #9657CF

Tints of Amethyst #9657CF

RGB

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

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

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

R = 33.78%
G = 19.59%
B = 46.62%

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

#9657CF (or 0x9657CF) is known color: Amethyst. HEX triplet: 96, 57 and CF. RGB value is (150,87,207). Sum of RGB (Red+Green+Blue) = 150+87+207=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #9657CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9657CF is #69A830. Grayscale: #777777. Windows color (decimal): -6924337 or 13588374. OLE color: 13588374.

HSL color Cylindrical-coordinate representation of color #9657CF: hue angle of 271.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9657CF is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 87 207 -
CMYK 0.28 0.58 0 0.19
HSL 271.5º 0.56% 0.58% -
HSV(B) 271.5º 0.58% 0.81% -
XYZ 27.25 17.81 61.03 -
YUV 119.52 177.37 149.74 -
System Red Green Blue C M Y K H S L
Decimal 150 87 207 0.28 0.58 0 0.19 271.5 0.56 0.58
Hex 96 57 CF 1C 3A 0 13 110 38 3A
Octal 226 127 317 34 72 0 23 420 70 72
Binary 10010110 1010111 11001111 11100 111010 0 10011 100010000 111000 111010

Color Harmonies of #9657CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9657CF

Black with #9657CF

Text Example


Text Example

White with #9657CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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