Html Css Color HEX #9454CE Amethyst

📋 copy color: '#9454CE'

red 148 ◦ green 84 ◦ blue 206

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

Shades of Amethyst #9454CE

Tints of Amethyst #9454CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 33.79%
G = 19.18%
B = 47.03%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9454CE (or 0x9454CE) is known color: Amethyst. HEX triplet: 94, 54 and CE. RGB value is (148,84,206). Sum of RGB (Red+Green+Blue) = 148+84+206=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #9454CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9454CE is #6BAB31. Grayscale: #747474. Windows color (decimal): -7056178 or 13522068. OLE color: 13522068.

HSL color Cylindrical-coordinate representation of color #9454CE: hue angle of 271.48º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9454CE is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 84 206 -
CMYK 0.28 0.59 0 0.19
HSL 271.48º 0.55% 0.57% -
HSV(B) 271.48º 0.59% 0.81% -
XYZ 26.52 17.09 60.29 -
YUV 117.04 178.2 150.08 -
System Red Green Blue C M Y K H S L
Decimal 148 84 206 0.28 0.59 0 0.19 271.48 0.55 0.57
Hex 94 54 CE 1C 3B 0 13 10F 37 39
Octal 224 124 316 34 73 0 23 417 67 71
Binary 10010100 1010100 11001110 11100 111011 0 10011 100001111 110111 111001

Color Harmonies of #9454CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9454CE

Black with #9454CE

Text Example


Text Example

White with #9454CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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