Html Css Color HEX #9254DF Amethyst

📋 copy color: '#9254DF'

red 146 ◦ green 84 ◦ blue 223

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

Shades of Amethyst #9254DF

Tints of Amethyst #9254DF

RGB

 RED value IS 146 (57.42% from 255) = 32.23%

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

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

R = 32.23%
G = 18.54%
B = 49.23%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9254DF (or 0x9254DF) is known color: Amethyst. HEX triplet: 92, 54 and DF. RGB value is (146,84,223). Sum of RGB (Red+Green+Blue) = 146+84+223=453 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.23% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #9254DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9254DF is #6DAB20. Grayscale: #757575. Windows color (decimal): -7187233 or 14636178. OLE color: 14636178.

HSL color Cylindrical-coordinate representation of color #9254DF: hue angle of 266.76º 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 #9254DF is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 84 223 -
CMYK 0.35 0.62 0 0.13
HSL 266.76º 0.68% 0.6% -
HSV(B) 266.76º 0.62% 0.87% -
XYZ 28.34 17.78 71.75 -
YUV 118.38 187.04 147.7 -
System Red Green Blue C M Y K H S L
Decimal 146 84 223 0.35 0.62 0 0.13 266.76 0.68 0.6
Hex 92 54 DF 23 3E 0 D 10B 44 3C
Octal 222 124 337 43 76 0 15 413 104 74
Binary 10010010 1010100 11011111 100011 111110 0 1101 100001011 1000100 111100

Color Harmonies of #9254DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9254DF

Black with #9254DF

Text Example


Text Example

White with #9254DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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