Html Css Color HEX #9454DB Amethyst

📋 copy color: '#9454DB'

red 148 ◦ green 84 ◦ blue 219

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

Shades of Amethyst #9454DB

Tints of Amethyst #9454DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.56%

R = 32.82%
G = 18.63%
B = 48.56%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9454DB (or 0x9454DB) is known color: Amethyst. HEX triplet: 94, 54 and DB. RGB value is (148,84,219). Sum of RGB (Red+Green+Blue) = 148+84+219=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #9454DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9454DB is #6BAB24. Grayscale: #767676. Windows color (decimal): -7056165 or 14374036. OLE color: 14374036.

HSL color Cylindrical-coordinate representation of color #9454DB: hue angle of 268.44º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9454DB is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 84 219 -
CMYK 0.32 0.62 0 0.14
HSL 268.44º 0.65% 0.59% -
HSV(B) 268.44º 0.62% 0.86% -
XYZ 28.17 17.75 68.96 -
YUV 118.53 184.7 149.02 -
System Red Green Blue C M Y K H S L
Decimal 148 84 219 0.32 0.62 0 0.14 268.44 0.65 0.59
Hex 94 54 DB 20 3E 0 E 10C 41 3B
Octal 224 124 333 40 76 0 16 414 101 73
Binary 10010100 1010100 11011011 100000 111110 0 1110 100001100 1000001 111011

Color Harmonies of #9454DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9454DB

Black with #9454DB

Text Example


Text Example

White with #9454DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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