Html Css Color HEX #9456E1 Amethyst

📋 copy color: '#9456E1'

red 148 ◦ green 86 ◦ blue 225

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

Shades of Amethyst #9456E1

Tints of Amethyst #9456E1

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.74%

 BLUE value IS 225 (88.28% from 255) = 49.02%

R = 32.24%
G = 18.74%
B = 49.02%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9456E1 (or 0x9456E1) is known color: Amethyst. HEX triplet: 94, 56 and E1. RGB value is (148,86,225). Sum of RGB (Red+Green+Blue) = 148+86+225=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 225 (88.28% from 255 or 49.02% from 459); Max value from RGB is 225 - color contains mainly: blue. Hex color #9456E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9456E1 is #6BA91E. Grayscale: #777777. Windows color (decimal): -7055647 or 14767764. OLE color: 14767764.

HSL color Cylindrical-coordinate representation of color #9456E1: hue angle of 266.76º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9456E1 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 148 86 225 -
CMYK 0.34 0.62 0 0.12
HSL 266.76º 0.7% 0.61% -
HSV(B) 266.76º 0.62% 0.88% -
XYZ 29.13 18.39 73.25 -
YUV 120.38 187.04 147.7 -
System Red Green Blue C M Y K H S L
Decimal 148 86 225 0.34 0.62 0 0.12 266.76 0.7 0.61
Hex 94 56 E1 22 3E 0 C 10B 46 3D
Octal 224 126 341 42 76 0 14 413 106 75
Binary 10010100 1010110 11100001 100010 111110 0 1100 100001011 1000110 111101

Color Harmonies of #9456E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9456E1

Black with #9456E1

Text Example


Text Example

White with #9456E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9456E1; }

 p { color: rgb(148,86,225); }

 H1.HeaderClassName
 {
   color: #9456E1;
 }
 .AnyTagClassName
 {
   color: #9456E1;
 }
</style>

background-color css

<style>
 a { background-color: #9456E1; }

 a { background-color: rgb(148,86,225); }

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

border-color css

<style>
 span { border-color: #9456E1; }

 span { border-color: rgb(148,86,225); }

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