Html Css Color HEX #954DD8 Amethyst

📋 copy color: '#954DD8'

red 149 ◦ green 77 ◦ blue 216

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

Shades of Amethyst #954DD8

Tints of Amethyst #954DD8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.42%

 BLUE value IS 216 (84.77% from 255) = 48.87%

R = 33.71%
G = 17.42%
B = 48.87%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#954DD8 (or 0x954DD8) is known color: Amethyst. HEX triplet: 95, 4D and D8. RGB value is (149,77,216). Sum of RGB (Red+Green+Blue) = 149+77+216=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 216 (84.77% from 255 or 48.87% from 442); Max value from RGB is 216 - color contains mainly: blue. Hex color #954DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954DD8 is #6AB227. Grayscale: #717171. Windows color (decimal): -6992424 or 14175637. OLE color: 14175637.

HSL color Cylindrical-coordinate representation of color #954DD8: hue angle of 271.08º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #954DD8 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 77 216 -
CMYK 0.31 0.64 0 0.15
HSL 271.08º 0.64% 0.57% -
HSV(B) 271.08º 0.64% 0.85% -
XYZ 27.44 16.66 66.73 -
YUV 114.37 185.35 152.7 -
System Red Green Blue C M Y K H S L
Decimal 149 77 216 0.31 0.64 0 0.15 271.08 0.64 0.57
Hex 95 4D D8 1F 40 0 F 10F 40 39
Octal 225 115 330 37 100 0 17 417 100 71
Binary 10010101 1001101 11011000 11111 1000000 0 1111 100001111 1000000 111001

Color Harmonies of #954DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954DD8

Black with #954DD8

Text Example


Text Example

White with #954DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,77,216); }

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

background-color css

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

 a { background-color: rgb(149,77,216); }

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

border-color css

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

 span { border-color: rgb(149,77,216); }

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