Html Css Color HEX #964DDD Amethyst

📋 copy color: '#964DDD'

red 150 ◦ green 77 ◦ blue 221

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

Shades of Amethyst #964DDD

Tints of Amethyst #964DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 33.48%
G = 17.19%
B = 49.33%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#964DDD (or 0x964DDD) is known color: Amethyst. HEX triplet: 96, 4D and DD. RGB value is (150,77,221). Sum of RGB (Red+Green+Blue) = 150+77+221=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #964DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964DDD is #69B222. Grayscale: #727272. Windows color (decimal): -6926883 or 14503318. OLE color: 14503318.

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

Color convert

RGB 150 77 221 -
CMYK 0.32 0.65 0 0.13
HSL 270.42º 0.68% 0.58% -
HSV(B) 270.42º 0.65% 0.87% -
XYZ 28.28 17.01 70.2 -
YUV 115.24 187.68 152.79 -
System Red Green Blue C M Y K H S L
Decimal 150 77 221 0.32 0.65 0 0.13 270.42 0.68 0.58
Hex 96 4D DD 20 41 0 D 10E 44 3A
Octal 226 115 335 40 101 0 15 416 104 72
Binary 10010110 1001101 11011101 100000 1000001 0 1101 100001110 1000100 111010

Color Harmonies of #964DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964DDD

Black with #964DDD

Text Example


Text Example

White with #964DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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