Html Css Color HEX #954FDD Amethyst

📋 copy color: '#954FDD'

red 149 ◦ green 79 ◦ blue 221

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

Shades of Amethyst #954FDD

Tints of Amethyst #954FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.59%

 BLUE value IS 221 (86.72% from 255) = 49.22%

R = 33.18%
G = 17.59%
B = 49.22%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#954FDD (or 0x954FDD) is known color: Amethyst. HEX triplet: 95, 4F and DD. RGB value is (149,79,221). Sum of RGB (Red+Green+Blue) = 149+79+221=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #954FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954FDD is #6AB022. Grayscale: #737373. Windows color (decimal): -6991907 or 14503829. OLE color: 14503829.

HSL color Cylindrical-coordinate representation of color #954FDD: hue angle of 269.58º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #954FDD is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 79 221 -
CMYK 0.33 0.64 0 0.13
HSL 269.58º 0.68% 0.59% -
HSV(B) 269.58º 0.64% 0.87% -
XYZ 28.24 17.2 70.24 -
YUV 116.12 187.19 151.45 -
System Red Green Blue C M Y K H S L
Decimal 149 79 221 0.33 0.64 0 0.13 269.58 0.68 0.59
Hex 95 4F DD 21 40 0 D 10E 44 3B
Octal 225 117 335 41 100 0 15 416 104 73
Binary 10010101 1001111 11011101 100001 1000000 0 1101 100001110 1000100 111011

Color Harmonies of #954FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954FDD

Black with #954FDD

Text Example


Text Example

White with #954FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,79,221); }

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

background-color css

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

 a { background-color: rgb(149,79,221); }

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

border-color css

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

 span { border-color: rgb(149,79,221); }

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