Html Css Color HEX #954CDB Amethyst

📋 copy color: '#954CDB'

red 149 ◦ green 76 ◦ blue 219

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

Shades of Amethyst #954CDB

Tints of Amethyst #954CDB

RGB

 RED value IS 149 (58.59% from 255) = 33.56%

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

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

R = 33.56%
G = 17.12%
B = 49.32%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#954CDB (or 0x954CDB) is known color: Amethyst. HEX triplet: 95, 4C and DB. RGB value is (149,76,219). Sum of RGB (Red+Green+Blue) = 149+76+219=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 76 (30.08% from 255 or 17.12% 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 #954CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954CDB is #6AB324. Grayscale: #717171. Windows color (decimal): -6992677 or 14371989. OLE color: 14371989.

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

Color convert

RGB 149 76 219 -
CMYK 0.32 0.65 0 0.14
HSL 270.63º 0.67% 0.58% -
HSV(B) 270.63º 0.65% 0.86% -
XYZ 27.77 16.67 68.77 -
YUV 114.13 187.18 152.87 -
System Red Green Blue C M Y K H S L
Decimal 149 76 219 0.32 0.65 0 0.14 270.63 0.67 0.58
Hex 95 4C DB 20 41 0 E 10F 43 3A
Octal 225 114 333 40 101 0 16 417 103 72
Binary 10010101 1001100 11011011 100000 1000001 0 1110 100001111 1000011 111010

Color Harmonies of #954CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954CDB

Black with #954CDB

Text Example


Text Example

White with #954CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954CDB; }

 p { color: rgb(149,76,219); }

 H1.HeaderClassName
 {
   color: #954CDB;
 }
 .AnyTagClassName
 {
   color: #954CDB;
 }
</style>

background-color css

<style>
 a { background-color: #954CDB; }

 a { background-color: rgb(149,76,219); }

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

border-color css

<style>
 span { border-color: #954CDB; }

 span { border-color: rgb(149,76,219); }

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