Html Css Color HEX #964BDB Amethyst

📋 copy color: '#964BDB'

red 150 ◦ green 75 ◦ blue 219

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

Shades of Amethyst #964BDB

Tints of Amethyst #964BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.32%

R = 33.78%
G = 16.89%
B = 49.32%

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

#964BDB (or 0x964BDB) is known color: Amethyst. HEX triplet: 96, 4B and DB. RGB value is (150,75,219). Sum of RGB (Red+Green+Blue) = 150+75+219=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 75 (29.69% from 255 or 16.89% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #964BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964BDB is #69B424. Grayscale: #717171. Windows color (decimal): -6927397 or 14371734. OLE color: 14371734.

HSL color Cylindrical-coordinate representation of color #964BDB: hue angle of 271.25º 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 #964BDB is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 75 219 -
CMYK 0.32 0.66 0 0.14
HSL 271.25º 0.67% 0.58% -
HSV(B) 271.25º 0.66% 0.86% -
XYZ 27.88 16.63 68.76 -
YUV 113.84 187.35 153.79 -
System Red Green Blue C M Y K H S L
Decimal 150 75 219 0.32 0.66 0 0.14 271.25 0.67 0.58
Hex 96 4B DB 20 42 0 E 10F 43 3A
Octal 226 113 333 40 102 0 16 417 103 72
Binary 10010110 1001011 11011011 100000 1000010 0 1110 100001111 1000011 111010

Color Harmonies of #964BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964BDB

Black with #964BDB

Text Example


Text Example

White with #964BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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