Html Css Color HEX #964FD6 Amethyst

📋 copy color: '#964FD6'

red 150 ◦ green 79 ◦ blue 214

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

Shades of Amethyst #964FD6

Tints of Amethyst #964FD6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.83%

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

R = 33.86%
G = 17.83%
B = 48.31%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#964FD6 (or 0x964FD6) is known color: Amethyst. HEX triplet: 96, 4F and D6. RGB value is (150,79,214). Sum of RGB (Red+Green+Blue) = 150+79+214=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 214 (83.98% from 255 or 48.31% from 443); Max value from RGB is 214 - color contains mainly: blue. Hex color #964FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964FD6 is #69B029. Grayscale: #737373. Windows color (decimal): -6926378 or 14045078. OLE color: 14045078.

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

Color convert

RGB 150 79 214 -
CMYK 0.30 0.63 0 0.16
HSL 271.56º 0.62% 0.57% -
HSV(B) 271.56º 0.63% 0.84% -
XYZ 27.51 16.93 65.44 -
YUV 115.62 183.52 152.52 -
System Red Green Blue C M Y K H S L
Decimal 150 79 214 0.30 0.63 0 0.16 271.56 0.62 0.57
Hex 96 4F D6 1E 3F 0 10 110 3E 39
Octal 226 117 326 36 77 0 20 420 76 71
Binary 10010110 1001111 11010110 11110 111111 0 10000 100010000 111110 111001

Color Harmonies of #964FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964FD6

Black with #964FD6

Text Example


Text Example

White with #964FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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