Html Css Color HEX #9259D1 Amethyst

📋 copy color: '#9259D1'

red 146 ◦ green 89 ◦ blue 209

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

Shades of Amethyst #9259D1

Tints of Amethyst #9259D1

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.05%

 BLUE value IS 209 (82.03% from 255) = 47.07%

R = 32.88%
G = 20.05%
B = 47.07%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9259D1 (or 0x9259D1) is known color: Amethyst. HEX triplet: 92, 59 and D1. RGB value is (146,89,209). Sum of RGB (Red+Green+Blue) = 146+89+209=444 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.88% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 209 - color contains mainly: blue. Hex color #9259D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9259D1 is #6DA62E. Grayscale: #777777. Windows color (decimal): -7185967 or 13719954. OLE color: 13719954.

HSL color Cylindrical-coordinate representation of color #9259D1: hue angle of 268.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9259D1 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 146 89 209 -
CMYK 0.30 0.57 0 0.18
HSL 268.5º 0.57% 0.58% -
HSV(B) 268.5º 0.57% 0.82% -
XYZ 26.94 17.86 62.35 -
YUV 119.72 178.38 146.74 -
System Red Green Blue C M Y K H S L
Decimal 146 89 209 0.30 0.57 0 0.18 268.5 0.57 0.58
Hex 92 59 D1 1E 39 0 12 10C 39 3A
Octal 222 131 321 36 71 0 22 414 71 72
Binary 10010010 1011001 11010001 11110 111001 0 10010 100001100 111001 111010

Color Harmonies of #9259D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9259D1

Black with #9259D1

Text Example


Text Example

White with #9259D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9259D1; }

 p { color: rgb(146,89,209); }

 H1.HeaderClassName
 {
   color: #9259D1;
 }
 .AnyTagClassName
 {
   color: #9259D1;
 }
</style>

background-color css

<style>
 a { background-color: #9259D1; }

 a { background-color: rgb(146,89,209); }

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

border-color css

<style>
 span { border-color: #9259D1; }

 span { border-color: rgb(146,89,209); }

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