Html Css Color HEX #9659E1 Amethyst

📋 copy color: '#9659E1'

red 150 ◦ green 89 ◦ blue 225

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

Shades of Amethyst #9659E1

Tints of Amethyst #9659E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.49%

R = 32.33%
G = 19.18%
B = 48.49%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9659E1 (or 0x9659E1) is known color: Amethyst. HEX triplet: 96, 59 and E1. RGB value is (150,89,225). Sum of RGB (Red+Green+Blue) = 150+89+225=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 225 - color contains mainly: blue. Hex color #9659E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9659E1 is #69A61E. Grayscale: #7A7A7A. Windows color (decimal): -6923807 or 14768534. OLE color: 14768534.

HSL color Cylindrical-coordinate representation of color #9659E1: hue angle of 266.91º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9659E1 is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 89 225 -
CMYK 0.33 0.60 0 0.12
HSL 266.91º 0.69% 0.62% -
HSV(B) 266.91º 0.6% 0.88% -
XYZ 29.74 19.07 73.35 -
YUV 122.74 185.71 147.44 -
System Red Green Blue C M Y K H S L
Decimal 150 89 225 0.33 0.60 0 0.12 266.91 0.69 0.62
Hex 96 59 E1 21 3C 0 C 10B 45 3E
Octal 226 131 341 41 74 0 14 413 105 76
Binary 10010110 1011001 11100001 100001 111100 0 1100 100001011 1000101 111110

Color Harmonies of #9659E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9659E1

Black with #9659E1

Text Example


Text Example

White with #9659E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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