Html Css Color HEX #9259CE Amethyst

📋 copy color: '#9259CE'

red 146 ◦ green 89 ◦ blue 206

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

Shades of Amethyst #9259CE

Tints of Amethyst #9259CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.71%

R = 33.11%
G = 20.18%
B = 46.71%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9259CE (or 0x9259CE) is known color: Amethyst. HEX triplet: 92, 59 and CE. RGB value is (146,89,206). Sum of RGB (Red+Green+Blue) = 146+89+206=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #9259CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9259CE is #6DA631. Grayscale: #767676. Windows color (decimal): -7185970 or 13523346. OLE color: 13523346.

HSL color Cylindrical-coordinate representation of color #9259CE: hue angle of 269.23º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9259CE is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 146 89 206 -
CMYK 0.29 0.57 0 0.19
HSL 269.23º 0.54% 0.58% -
HSV(B) 269.23º 0.57% 0.81% -
XYZ 26.57 17.71 60.41 -
YUV 119.38 176.88 146.99 -
System Red Green Blue C M Y K H S L
Decimal 146 89 206 0.29 0.57 0 0.19 269.23 0.54 0.58
Hex 92 59 CE 1D 39 0 13 10D 36 3A
Octal 222 131 316 35 71 0 23 415 66 72
Binary 10010010 1011001 11001110 11101 111001 0 10011 100001101 110110 111010

Color Harmonies of #9259CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9259CE

Black with #9259CE

Text Example


Text Example

White with #9259CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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