Html Css Color HEX #9659DA Amethyst

📋 copy color: '#9659DA'

red 150 ◦ green 89 ◦ blue 218

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

Shades of Amethyst #9659DA

Tints of Amethyst #9659DA

RGB

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

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

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

R = 32.82%
G = 19.47%
B = 47.7%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9659DA (or 0x9659DA) is known color: Amethyst. HEX triplet: 96, 59 and DA. RGB value is (150,89,218). Sum of RGB (Red+Green+Blue) = 150+89+218=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #9659DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9659DA is #69A625. Grayscale: #797979. Windows color (decimal): -6923814 or 14309782. OLE color: 14309782.

HSL color Cylindrical-coordinate representation of color #9659DA: hue angle of 268.37º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9659DA is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 89 218 -
CMYK 0.31 0.59 0 0.15
HSL 268.37º 0.64% 0.6% -
HSV(B) 268.37º 0.59% 0.85% -
XYZ 28.8 18.69 68.42 -
YUV 121.95 182.21 148.01 -
System Red Green Blue C M Y K H S L
Decimal 150 89 218 0.31 0.59 0 0.15 268.37 0.64 0.6
Hex 96 59 DA 1F 3B 0 F 10C 40 3C
Octal 226 131 332 37 73 0 17 414 100 74
Binary 10010110 1011001 11011010 11111 111011 0 1111 100001100 1000000 111100

Color Harmonies of #9659DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9659DA

Black with #9659DA

Text Example


Text Example

White with #9659DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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