Html Css Color HEX #964CD6 Amethyst

📋 copy color: '#964CD6'

red 150 ◦ green 76 ◦ blue 214

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

Shades of Amethyst #964CD6

Tints of Amethyst #964CD6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.27%

 BLUE value IS 214 (83.98% from 255) = 48.64%

R = 34.09%
G = 17.27%
B = 48.64%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#964CD6 (or 0x964CD6) is known color: Amethyst. HEX triplet: 96, 4C and D6. RGB value is (150,76,214). Sum of RGB (Red+Green+Blue) = 150+76+214=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 214 (83.98% from 255 or 48.64% from 440); Max value from RGB is 214 - color contains mainly: blue. Hex color #964CD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964CD6 is #69B329. Grayscale: #717171. Windows color (decimal): -6927146 or 14044310. OLE color: 14044310.

HSL color Cylindrical-coordinate representation of color #964CD6: hue angle of 272.17º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #964CD6 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 76 214 -
CMYK 0.30 0.64 0 0.16
HSL 272.17º 0.63% 0.57% -
HSV(B) 272.17º 0.64% 0.84% -
XYZ 27.3 16.51 65.37 -
YUV 113.86 184.52 153.78 -
System Red Green Blue C M Y K H S L
Decimal 150 76 214 0.30 0.64 0 0.16 272.17 0.63 0.57
Hex 96 4C D6 1E 40 0 10 110 3F 39
Octal 226 114 326 36 100 0 20 420 77 71
Binary 10010110 1001100 11010110 11110 1000000 0 10000 100010000 111111 111001

Color Harmonies of #964CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964CD6

Black with #964CD6

Text Example


Text Example

White with #964CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964CD6; }

 p { color: rgb(150,76,214); }

 H1.HeaderClassName
 {
   color: #964CD6;
 }
 .AnyTagClassName
 {
   color: #964CD6;
 }
</style>

background-color css

<style>
 a { background-color: #964CD6; }

 a { background-color: rgb(150,76,214); }

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

border-color css

<style>
 span { border-color: #964CD6; }

 span { border-color: rgb(150,76,214); }

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