Html Css Color HEX #954FDF Amethyst

📋 copy color: '#954FDF'

red 149 ◦ green 79 ◦ blue 223

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

Shades of Amethyst #954FDF

Tints of Amethyst #954FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.45%

R = 33.04%
G = 17.52%
B = 49.45%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#954FDF (or 0x954FDF) is known color: Amethyst. HEX triplet: 95, 4F and DF. RGB value is (149,79,223). Sum of RGB (Red+Green+Blue) = 149+79+223=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 79 (31.25% from 255 or 17.52% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #954FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954FDF is #6AB020. Grayscale: #737373. Windows color (decimal): -6991905 or 14634901. OLE color: 14634901.

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

Color convert

RGB 149 79 223 -
CMYK 0.33 0.65 0 0.13
HSL 269.17º 0.69% 0.59% -
HSV(B) 269.17º 0.65% 0.87% -
XYZ 28.51 17.31 71.65 -
YUV 116.35 188.19 151.29 -
System Red Green Blue C M Y K H S L
Decimal 149 79 223 0.33 0.65 0 0.13 269.17 0.69 0.59
Hex 95 4F DF 21 41 0 D 10D 45 3B
Octal 225 117 337 41 101 0 15 415 105 73
Binary 10010101 1001111 11011111 100001 1000001 0 1101 100001101 1000101 111011

Color Harmonies of #954FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954FDF

Black with #954FDF

Text Example


Text Example

White with #954FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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