Html Css Color HEX #9257DF Amethyst

📋 copy color: '#9257DF'

red 146 ◦ green 87 ◦ blue 223

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

Shades of Amethyst #9257DF

Tints of Amethyst #9257DF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.08%

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

R = 32.02%
G = 19.08%
B = 48.9%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9257DF (or 0x9257DF) is known color: Amethyst. HEX triplet: 92, 57 and DF. RGB value is (146,87,223). Sum of RGB (Red+Green+Blue) = 146+87+223=456 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.02% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #9257DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9257DF is #6DA820. Grayscale: #777777. Windows color (decimal): -7186465 or 14636946. OLE color: 14636946.

HSL color Cylindrical-coordinate representation of color #9257DF: hue angle of 266.03º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9257DF is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 87 223 -
CMYK 0.35 0.61 0 0.13
HSL 266.03º 0.68% 0.61% -
HSV(B) 266.03º 0.61% 0.87% -
XYZ 28.58 18.26 71.83 -
YUV 120.15 186.05 146.44 -
System Red Green Blue C M Y K H S L
Decimal 146 87 223 0.35 0.61 0 0.13 266.03 0.68 0.61
Hex 92 57 DF 23 3D 0 D 10A 44 3D
Octal 222 127 337 43 75 0 15 412 104 75
Binary 10010010 1010111 11011111 100011 111101 0 1101 100001010 1000100 111101

Color Harmonies of #9257DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9257DF

Black with #9257DF

Text Example


Text Example

White with #9257DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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