Html Css Color HEX #954EE4 Amethyst

📋 copy color: '#954EE4'

red 149 ◦ green 78 ◦ blue 228

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

Shades of Amethyst #954EE4

Tints of Amethyst #954EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 50.11%

R = 32.75%
G = 17.14%
B = 50.11%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#954EE4 (or 0x954EE4) is known color: Amethyst. HEX triplet: 95, 4E and E4. RGB value is (149,78,228). Sum of RGB (Red+Green+Blue) = 149+78+228=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 228 (89.45% from 255 or 50.11% from 455); Max value from RGB is 228 - color contains mainly: blue. Hex color #954EE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954EE4 is #6AB11B. Grayscale: #737373. Windows color (decimal): -6992156 or 14962325. OLE color: 14962325.

HSL color Cylindrical-coordinate representation of color #954EE4: hue angle of 268.4º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #954EE4 is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 149 78 228 -
CMYK 0.35 0.66 0 0.11
HSL 268.4º 0.74% 0.6% -
HSV(B) 268.4º 0.66% 0.89% -
XYZ 29.12 17.44 75.23 -
YUV 116.33 191.02 151.3 -
System Red Green Blue C M Y K H S L
Decimal 149 78 228 0.35 0.66 0 0.11 268.4 0.74 0.6
Hex 95 4E E4 23 42 0 B 10C 4A 3C
Octal 225 116 344 43 102 0 13 414 112 74
Binary 10010101 1001110 11100100 100011 1000010 0 1011 100001100 1001010 111100

Color Harmonies of #954EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954EE4

Black with #954EE4

Text Example


Text Example

White with #954EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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