Html Css Color HEX #9659CF Amethyst

📋 copy color: '#9659CF'

red 150 ◦ green 89 ◦ blue 207

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

Shades of Amethyst #9659CF

Tints of Amethyst #9659CF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.96%

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

R = 33.63%
G = 19.96%
B = 46.41%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9659CF (or 0x9659CF) is known color: Amethyst. HEX triplet: 96, 59 and CF. RGB value is (150,89,207). Sum of RGB (Red+Green+Blue) = 150+89+207=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #9659CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9659CF is #69A630. Grayscale: #787878. Windows color (decimal): -6923825 or 13588886. OLE color: 13588886.

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

Color convert

RGB 150 89 207 -
CMYK 0.28 0.57 0 0.19
HSL 271.02º 0.55% 0.58% -
HSV(B) 271.02º 0.57% 0.81% -
XYZ 27.41 18.13 61.09 -
YUV 120.69 176.71 148.91 -
System Red Green Blue C M Y K H S L
Decimal 150 89 207 0.28 0.57 0 0.19 271.02 0.55 0.58
Hex 96 59 CF 1C 39 0 13 10F 37 3A
Octal 226 131 317 34 71 0 23 417 67 72
Binary 10010110 1011001 11001111 11100 111001 0 10011 100001111 110111 111010

Color Harmonies of #9659CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9659CF

Black with #9659CF

Text Example


Text Example

White with #9659CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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