Html Css Color HEX #964CDA Amethyst

📋 copy color: '#964CDA'

red 150 ◦ green 76 ◦ blue 218

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

Shades of Amethyst #964CDA

Tints of Amethyst #964CDA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.12%

 BLUE value IS 218 (85.55% from 255) = 49.1%

R = 33.78%
G = 17.12%
B = 49.1%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#964CDA (or 0x964CDA) is known color: Amethyst. HEX triplet: 96, 4C and DA. RGB value is (150,76,218). Sum of RGB (Red+Green+Blue) = 150+76+218=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #964CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964CDA is #69B325. Grayscale: #717171. Windows color (decimal): -6927142 or 14306454. OLE color: 14306454.

HSL color Cylindrical-coordinate representation of color #964CDA: hue angle of 271.27º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #964CDA is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 76 218 -
CMYK 0.31 0.65 0 0.15
HSL 271.27º 0.66% 0.58% -
HSV(B) 271.27º 0.65% 0.85% -
XYZ 27.82 16.71 68.09 -
YUV 114.31 186.52 153.45 -
System Red Green Blue C M Y K H S L
Decimal 150 76 218 0.31 0.65 0 0.15 271.27 0.66 0.58
Hex 96 4C DA 1F 41 0 F 10F 42 3A
Octal 226 114 332 37 101 0 17 417 102 72
Binary 10010110 1001100 11011010 11111 1000001 0 1111 100001111 1000010 111010

Color Harmonies of #964CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964CDA

Black with #964CDA

Text Example


Text Example

White with #964CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,76,218); }

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

background-color css

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

 a { background-color: rgb(150,76,218); }

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

border-color css

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

 span { border-color: rgb(150,76,218); }

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