Html Css Color HEX #964BDC Amethyst

📋 copy color: '#964BDC'

red 150 ◦ green 75 ◦ blue 220

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

Shades of Amethyst #964BDC

Tints of Amethyst #964BDC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.85%

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

R = 33.71%
G = 16.85%
B = 49.44%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#964BDC (or 0x964BDC) is known color: Amethyst. HEX triplet: 96, 4B and DC. RGB value is (150,75,220). Sum of RGB (Red+Green+Blue) = 150+75+220=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #964BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964BDC is #69B423. Grayscale: #717171. Windows color (decimal): -6927396 or 14437270. OLE color: 14437270.

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

Color convert

RGB 150 75 220 -
CMYK 0.32 0.66 0 0.14
HSL 271.03º 0.67% 0.58% -
HSV(B) 271.03º 0.66% 0.86% -
XYZ 28.01 16.68 69.45 -
YUV 113.96 187.85 153.71 -
System Red Green Blue C M Y K H S L
Decimal 150 75 220 0.32 0.66 0 0.14 271.03 0.67 0.58
Hex 96 4B DC 20 42 0 E 10F 43 3A
Octal 226 113 334 40 102 0 16 417 103 72
Binary 10010110 1001011 11011100 100000 1000010 0 1110 100001111 1000011 111010

Color Harmonies of #964BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964BDC

Black with #964BDC

Text Example


Text Example

White with #964BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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