Html Css Color HEX #954EDA Amethyst

📋 copy color: '#954EDA'

red 149 ◦ green 78 ◦ blue 218

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

Shades of Amethyst #954EDA

Tints of Amethyst #954EDA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.53%

 BLUE value IS 218 (85.55% from 255) = 48.99%

R = 33.48%
G = 17.53%
B = 48.99%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#954EDA (or 0x954EDA) is known color: Amethyst. HEX triplet: 95, 4E and DA. RGB value is (149,78,218). Sum of RGB (Red+Green+Blue) = 149+78+218=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #954EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954EDA is #6AB125. Grayscale: #727272. Windows color (decimal): -6992166 or 14306965. OLE color: 14306965.

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

Color convert

RGB 149 78 218 -
CMYK 0.32 0.64 0 0.15
HSL 270.43º 0.65% 0.58% -
HSV(B) 270.43º 0.64% 0.85% -
XYZ 27.77 16.9 68.13 -
YUV 115.19 186.02 152.12 -
System Red Green Blue C M Y K H S L
Decimal 149 78 218 0.32 0.64 0 0.15 270.43 0.65 0.58
Hex 95 4E DA 20 40 0 F 10E 41 3A
Octal 225 116 332 40 100 0 17 416 101 72
Binary 10010101 1001110 11011010 100000 1000000 0 1111 100001110 1000001 111010

Color Harmonies of #954EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954EDA

Black with #954EDA

Text Example


Text Example

White with #954EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,78,218); }

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

background-color css

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

 a { background-color: rgb(149,78,218); }

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

border-color css

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

 span { border-color: rgb(149,78,218); }

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