Html Css Color HEX #964DDC Amethyst

📋 copy color: '#964DDC'

red 150 ◦ green 77 ◦ blue 220

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

Shades of Amethyst #964DDC

Tints of Amethyst #964DDC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.23%

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 33.56%
G = 17.23%
B = 49.22%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#964DDC (or 0x964DDC) is known color: Amethyst. HEX triplet: 96, 4D and DC. RGB value is (150,77,220). Sum of RGB (Red+Green+Blue) = 150+77+220=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #964DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964DDC is #69B223. Grayscale: #727272. Windows color (decimal): -6926884 or 14437782. OLE color: 14437782.

HSL color Cylindrical-coordinate representation of color #964DDC: hue angle of 270.63º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #964DDC is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 77 220 -
CMYK 0.32 0.65 0 0.14
HSL 270.63º 0.67% 0.58% -
HSV(B) 270.63º 0.65% 0.86% -
XYZ 28.15 16.96 69.5 -
YUV 115.13 187.18 152.87 -
System Red Green Blue C M Y K H S L
Decimal 150 77 220 0.32 0.65 0 0.14 270.63 0.67 0.58
Hex 96 4D DC 20 41 0 E 10F 43 3A
Octal 226 115 334 40 101 0 16 417 103 72
Binary 10010110 1001101 11011100 100000 1000001 0 1110 100001111 1000011 111010

Color Harmonies of #964DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964DDC

Black with #964DDC

Text Example


Text Example

White with #964DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,77,220); }

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

background-color css

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

 a { background-color: rgb(150,77,220); }

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

border-color css

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

 span { border-color: rgb(150,77,220); }

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