Html Css Color HEX #9454DF Amethyst

📋 copy color: '#9454DF'

red 148 ◦ green 84 ◦ blue 223

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

Shades of Amethyst #9454DF

Tints of Amethyst #9454DF

RGB

 RED value IS 148 (58.2% from 255) = 32.53%

 GREEN value IS 84 (33.2% from 255) = 18.46%

 BLUE value IS 223 (87.5% from 255) = 49.01%

R = 32.53%
G = 18.46%
B = 49.01%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9454DF (or 0x9454DF) is known color: Amethyst. HEX triplet: 94, 54 and DF. RGB value is (148,84,223). Sum of RGB (Red+Green+Blue) = 148+84+223=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #9454DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9454DF is #6BAB20. Grayscale: #767676. Windows color (decimal): -7056161 or 14636180. OLE color: 14636180.

HSL color Cylindrical-coordinate representation of color #9454DF: hue angle of 267.63º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9454DF is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 84 223 -
CMYK 0.34 0.62 0 0.13
HSL 267.63º 0.68% 0.6% -
HSV(B) 267.63º 0.62% 0.87% -
XYZ 28.7 17.96 71.77 -
YUV 118.98 186.7 148.7 -
System Red Green Blue C M Y K H S L
Decimal 148 84 223 0.34 0.62 0 0.13 267.63 0.68 0.6
Hex 94 54 DF 22 3E 0 D 10C 44 3C
Octal 224 124 337 42 76 0 15 414 104 74
Binary 10010100 1010100 11011111 100010 111110 0 1101 100001100 1000100 111100

Color Harmonies of #9454DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9454DF

Black with #9454DF

Text Example


Text Example

White with #9454DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9454DF; }

 p { color: rgb(148,84,223); }

 H1.HeaderClassName
 {
   color: #9454DF;
 }
 .AnyTagClassName
 {
   color: #9454DF;
 }
</style>

background-color css

<style>
 a { background-color: #9454DF; }

 a { background-color: rgb(148,84,223); }

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

border-color css

<style>
 span { border-color: #9454DF; }

 span { border-color: rgb(148,84,223); }

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