Html Css Color HEX #964FDE Amethyst

📋 copy color: '#964FDE'

red 150 ◦ green 79 ◦ blue 222

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

Shades of Amethyst #964FDE

Tints of Amethyst #964FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.22%

R = 33.26%
G = 17.52%
B = 49.22%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#964FDE (or 0x964FDE) is known color: Amethyst. HEX triplet: 96, 4F and DE. RGB value is (150,79,222). Sum of RGB (Red+Green+Blue) = 150+79+222=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 79 (31.25% from 255 or 17.52% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 222 - color contains mainly: blue. Hex color #964FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964FDE is #69B021. Grayscale: #747474. Windows color (decimal): -6926370 or 14569366. OLE color: 14569366.

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

Color convert

RGB 150 79 222 -
CMYK 0.32 0.64 0 0.13
HSL 269.79º 0.68% 0.59% -
HSV(B) 269.79º 0.64% 0.87% -
XYZ 28.56 17.35 70.95 -
YUV 116.53 187.52 151.87 -
System Red Green Blue C M Y K H S L
Decimal 150 79 222 0.32 0.64 0 0.13 269.79 0.68 0.59
Hex 96 4F DE 20 40 0 D 10E 44 3B
Octal 226 117 336 40 100 0 15 416 104 73
Binary 10010110 1001111 11011110 100000 1000000 0 1101 100001110 1000100 111011

Color Harmonies of #964FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964FDE

Black with #964FDE

Text Example


Text Example

White with #964FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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