Html Css Color HEX #9661D4 Amethyst

📋 copy color: '#9661D4'

red 150 ◦ green 97 ◦ blue 212

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

Shades of Amethyst #9661D4

Tints of Amethyst #9661D4

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.13%

 BLUE value IS 212 (83.2% from 255) = 46.19%

R = 32.68%
G = 21.13%
B = 46.19%

CMYK

 C value IS 0.29

 M value IS 0.54

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9661D4 (or 0x9661D4) is known color: Amethyst. HEX triplet: 96, 61 and D4. RGB value is (150,97,212). Sum of RGB (Red+Green+Blue) = 150+97+212=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 212 (83.20% from 255 or 46.19% from 459); Max value from RGB is 212 - color contains mainly: blue. Hex color #9661D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9661D4 is #699E2B. Grayscale: #7D7D7D. Windows color (decimal): -6921772 or 13918614. OLE color: 13918614.

HSL color Cylindrical-coordinate representation of color #9661D4: hue angle of 267.65º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9661D4 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 150 97 212 -
CMYK 0.29 0.54 0 0.17
HSL 267.65º 0.57% 0.61% -
HSV(B) 267.65º 0.54% 0.83% -
XYZ 28.74 19.79 64.59 -
YUV 125.96 176.56 145.15 -
System Red Green Blue C M Y K H S L
Decimal 150 97 212 0.29 0.54 0 0.17 267.65 0.57 0.61
Hex 96 61 D4 1D 36 0 11 10C 39 3D
Octal 226 141 324 35 66 0 21 414 71 75
Binary 10010110 1100001 11010100 11101 110110 0 10001 100001100 111001 111101

Color Harmonies of #9661D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9661D4

Black with #9661D4

Text Example


Text Example

White with #9661D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9661D4; }

 p { color: rgb(150,97,212); }

 H1.HeaderClassName
 {
   color: #9661D4;
 }
 .AnyTagClassName
 {
   color: #9661D4;
 }
</style>

background-color css

<style>
 a { background-color: #9661D4; }

 a { background-color: rgb(150,97,212); }

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

border-color css

<style>
 span { border-color: #9661D4; }

 span { border-color: rgb(150,97,212); }

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