Html Css Color HEX #954EE8 Amethyst

📋 copy color: '#954EE8'

red 149 ◦ green 78 ◦ blue 232

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

Shades of Amethyst #954EE8

Tints of Amethyst #954EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 50.54%

R = 32.46%
G = 16.99%
B = 50.54%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#954EE8 (or 0x954EE8) is known color: Amethyst. HEX triplet: 95, 4E and E8. RGB value is (149,78,232). Sum of RGB (Red+Green+Blue) = 149+78+232=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 232 (91.02% from 255 or 50.54% from 459); Max value from RGB is 232 - color contains mainly: blue. Hex color #954EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954EE8 is #6AB117. Grayscale: #747474. Windows color (decimal): -6992152 or 15224469. OLE color: 15224469.

HSL color Cylindrical-coordinate representation of color #954EE8: hue angle of 267.66º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #954EE8 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 78 232 -
CMYK 0.36 0.66 0 0.09
HSL 267.66º 0.77% 0.61% -
HSV(B) 267.66º 0.66% 0.91% -
XYZ 29.68 17.66 78.19 -
YUV 116.79 193.02 150.98 -
System Red Green Blue C M Y K H S L
Decimal 149 78 232 0.36 0.66 0 0.09 267.66 0.77 0.61
Hex 95 4E E8 24 42 0 9 10C 4D 3D
Octal 225 116 350 44 102 0 11 414 115 75
Binary 10010101 1001110 11101000 100100 1000010 0 1001 100001100 1001101 111101

Color Harmonies of #954EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954EE8

Black with #954EE8

Text Example


Text Example

White with #954EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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