Html Css Color HEX #9454D7 Amethyst

📋 copy color: '#9454D7'

red 148 ◦ green 84 ◦ blue 215

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

Shades of Amethyst #9454D7

Tints of Amethyst #9454D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.1%

R = 33.11%
G = 18.79%
B = 48.1%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9454D7 (or 0x9454D7) is known color: Amethyst. HEX triplet: 94, 54 and D7. RGB value is (148,84,215). Sum of RGB (Red+Green+Blue) = 148+84+215=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 215 (84.38% from 255 or 48.10% from 447); Max value from RGB is 215 - color contains mainly: blue. Hex color #9454D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9454D7 is #6BAB28. Grayscale: #757575. Windows color (decimal): -7056169 or 14111892. OLE color: 14111892.

HSL color Cylindrical-coordinate representation of color #9454D7: hue angle of 269.31º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9454D7 is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 84 215 -
CMYK 0.31 0.61 0 0.16
HSL 269.31º 0.62% 0.59% -
HSV(B) 269.31º 0.61% 0.84% -
XYZ 27.65 17.54 66.22 -
YUV 118.07 182.7 149.35 -
System Red Green Blue C M Y K H S L
Decimal 148 84 215 0.31 0.61 0 0.16 269.31 0.62 0.59
Hex 94 54 D7 1F 3D 0 10 10D 3E 3B
Octal 224 124 327 37 75 0 20 415 76 73
Binary 10010100 1010100 11010111 11111 111101 0 10000 100001101 111110 111011

Color Harmonies of #9454D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9454D7

Black with #9454D7

Text Example


Text Example

White with #9454D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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