Html Css Color HEX #954FE3 Amethyst

📋 copy color: '#954FE3'

red 149 ◦ green 79 ◦ blue 227

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

Shades of Amethyst #954FE3

Tints of Amethyst #954FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 49.89%

R = 32.75%
G = 17.36%
B = 49.89%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#954FE3 (or 0x954FE3) is known color: Amethyst. HEX triplet: 95, 4F and E3. RGB value is (149,79,227). Sum of RGB (Red+Green+Blue) = 149+79+227=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 227 (89.06% from 255 or 49.89% from 455); Max value from RGB is 227 - color contains mainly: blue. Hex color #954FE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954FE3 is #6AB01C. Grayscale: #747474. Windows color (decimal): -6991901 or 14897045. OLE color: 14897045.

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

Color convert

RGB 149 79 227 -
CMYK 0.34 0.65 0 0.11
HSL 268.38º 0.73% 0.6% -
HSV(B) 268.38º 0.65% 0.89% -
XYZ 29.06 17.53 74.52 -
YUV 116.8 190.19 150.97 -
System Red Green Blue C M Y K H S L
Decimal 149 79 227 0.34 0.65 0 0.11 268.38 0.73 0.6
Hex 95 4F E3 22 41 0 B 10C 49 3C
Octal 225 117 343 42 101 0 13 414 111 74
Binary 10010101 1001111 11100011 100010 1000001 0 1011 100001100 1001001 111100

Color Harmonies of #954FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954FE3

Black with #954FE3

Text Example


Text Example

White with #954FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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