Html Css Color HEX #9256D9 Amethyst

📋 copy color: '#9256D9'

red 146 ◦ green 86 ◦ blue 217

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

Shades of Amethyst #9256D9

Tints of Amethyst #9256D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 48.33%

R = 32.52%
G = 19.15%
B = 48.33%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9256D9 (or 0x9256D9) is known color: Amethyst. HEX triplet: 92, 56 and D9. RGB value is (146,86,217). Sum of RGB (Red+Green+Blue) = 146+86+217=449 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.52% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 217 (85.16% from 255 or 48.33% from 449); Max value from RGB is 217 - color contains mainly: blue. Hex color #9256D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9256D9 is #6DA926. Grayscale: #767676. Windows color (decimal): -7186727 or 14243474. OLE color: 14243474.

HSL color Cylindrical-coordinate representation of color #9256D9: hue angle of 267.48º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9256D9 is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 86 217 -
CMYK 0.33 0.60 0 0.15
HSL 267.48º 0.63% 0.59% -
HSV(B) 267.48º 0.6% 0.85% -
XYZ 27.71 17.78 67.62 -
YUV 118.87 183.38 147.35 -
System Red Green Blue C M Y K H S L
Decimal 146 86 217 0.33 0.60 0 0.15 267.48 0.63 0.59
Hex 92 56 D9 21 3C 0 F 10B 3F 3B
Octal 222 126 331 41 74 0 17 413 77 73
Binary 10010010 1010110 11011001 100001 111100 0 1111 100001011 111111 111011

Color Harmonies of #9256D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9256D9

Black with #9256D9

Text Example


Text Example

White with #9256D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9256D9; }

 p { color: rgb(146,86,217); }

 H1.HeaderClassName
 {
   color: #9256D9;
 }
 .AnyTagClassName
 {
   color: #9256D9;
 }
</style>

background-color css

<style>
 a { background-color: #9256D9; }

 a { background-color: rgb(146,86,217); }

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

border-color css

<style>
 span { border-color: #9256D9; }

 span { border-color: rgb(146,86,217); }

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