Html Css Color HEX #954CE1 Amethyst

📋 copy color: '#954CE1'

red 149 ◦ green 76 ◦ blue 225

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

Shades of Amethyst #954CE1

Tints of Amethyst #954CE1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.89%

 BLUE value IS 225 (88.28% from 255) = 50%

R = 33.11%
G = 16.89%
B = 50%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#954CE1 (or 0x954CE1) is known color: Amethyst. HEX triplet: 95, 4C and E1. RGB value is (149,76,225). Sum of RGB (Red+Green+Blue) = 149+76+225=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 225 (88.28% from 255 or 50% from 450); Max value from RGB is 225 - color contains mainly: blue. Hex color #954CE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954CE1 is #6AB31E. Grayscale: #727272. Windows color (decimal): -6992671 or 14765205. OLE color: 14765205.

HSL color Cylindrical-coordinate representation of color #954CE1: hue angle of 269.4º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #954CE1 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 76 225 -
CMYK 0.34 0.66 0 0.12
HSL 269.4º 0.71% 0.59% -
HSV(B) 269.4º 0.66% 0.88% -
XYZ 28.57 16.99 73.01 -
YUV 114.81 190.18 152.38 -
System Red Green Blue C M Y K H S L
Decimal 149 76 225 0.34 0.66 0 0.12 269.4 0.71 0.59
Hex 95 4C E1 22 42 0 C 10D 47 3B
Octal 225 114 341 42 102 0 14 415 107 73
Binary 10010101 1001100 11100001 100010 1000010 0 1100 100001101 1000111 111011

Color Harmonies of #954CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954CE1

Black with #954CE1

Text Example


Text Example

White with #954CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,76,225); }

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

background-color css

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

 a { background-color: rgb(149,76,225); }

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

border-color css

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

 span { border-color: rgb(149,76,225); }

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