Html Css Color HEX #964EDD Amethyst

📋 copy color: '#964EDD'

red 150 ◦ green 78 ◦ blue 221

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

Shades of Amethyst #964EDD

Tints of Amethyst #964EDD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.37%

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

R = 33.41%
G = 17.37%
B = 49.22%

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

#964EDD (or 0x964EDD) is known color: Amethyst. HEX triplet: 96, 4E and DD. RGB value is (150,78,221). Sum of RGB (Red+Green+Blue) = 150+78+221=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #964EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964EDD is #69B122. Grayscale: #737373. Windows color (decimal): -6926627 or 14503574. OLE color: 14503574.

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

Color convert

RGB 150 78 221 -
CMYK 0.32 0.65 0 0.13
HSL 270.21º 0.68% 0.59% -
HSV(B) 270.21º 0.65% 0.87% -
XYZ 28.35 17.15 70.22 -
YUV 115.83 187.35 152.37 -
System Red Green Blue C M Y K H S L
Decimal 150 78 221 0.32 0.65 0 0.13 270.21 0.68 0.59
Hex 96 4E DD 20 41 0 D 10E 44 3B
Octal 226 116 335 40 101 0 15 416 104 73
Binary 10010110 1001110 11011101 100000 1000001 0 1101 100001110 1000100 111011

Color Harmonies of #964EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964EDD

Black with #964EDD

Text Example


Text Example

White with #964EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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