Html Css Color HEX #964FDF Amethyst

📋 copy color: '#964FDF'

red 150 ◦ green 79 ◦ blue 223

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

Shades of Amethyst #964FDF

Tints of Amethyst #964FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.34%

R = 33.19%
G = 17.48%
B = 49.34%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#964FDF (or 0x964FDF) is known color: Amethyst. HEX triplet: 96, 4F and DF. RGB value is (150,79,223). Sum of RGB (Red+Green+Blue) = 150+79+223=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #964FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964FDF is #69B020. Grayscale: #747474. Windows color (decimal): -6926369 or 14634902. OLE color: 14634902.

HSL color Cylindrical-coordinate representation of color #964FDF: hue angle of 269.58º degrees, saturation: 0.69, 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 #964FDF is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 79 223 -
CMYK 0.33 0.65 0 0.13
HSL 269.58º 0.69% 0.59% -
HSV(B) 269.58º 0.65% 0.87% -
XYZ 28.69 17.4 71.66 -
YUV 116.65 188.02 151.79 -
System Red Green Blue C M Y K H S L
Decimal 150 79 223 0.33 0.65 0 0.13 269.58 0.69 0.59
Hex 96 4F DF 21 41 0 D 10E 45 3B
Octal 226 117 337 41 101 0 15 416 105 73
Binary 10010110 1001111 11011111 100001 1000001 0 1101 100001110 1000101 111011

Color Harmonies of #964FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964FDF

Black with #964FDF

Text Example


Text Example

White with #964FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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