Html Css Color HEX #964CDE Amethyst

📋 copy color: '#964CDE'

red 150 ◦ green 76 ◦ blue 222

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

Shades of Amethyst #964CDE

Tints of Amethyst #964CDE

RGB

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

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

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

R = 33.48%
G = 16.96%
B = 49.55%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#964CDE (or 0x964CDE) is known color: Amethyst. HEX triplet: 96, 4C and DE. RGB value is (150,76,222). Sum of RGB (Red+Green+Blue) = 150+76+222=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #964CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964CDE is #69B321. Grayscale: #727272. Windows color (decimal): -6927138 or 14568598. OLE color: 14568598.

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

Color convert

RGB 150 76 222 -
CMYK 0.32 0.66 0 0.13
HSL 270.41º 0.69% 0.58% -
HSV(B) 270.41º 0.66% 0.87% -
XYZ 28.35 16.93 70.88 -
YUV 114.77 188.52 153.13 -
System Red Green Blue C M Y K H S L
Decimal 150 76 222 0.32 0.66 0 0.13 270.41 0.69 0.58
Hex 96 4C DE 20 42 0 D 10E 45 3A
Octal 226 114 336 40 102 0 15 416 105 72
Binary 10010110 1001100 11011110 100000 1000010 0 1101 100001110 1000101 111010

Color Harmonies of #964CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964CDE

Black with #964CDE

Text Example


Text Example

White with #964CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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