Html Css Color HEX #9259CF Amethyst

📋 copy color: '#9259CF'

red 146 ◦ green 89 ◦ blue 207

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

Shades of Amethyst #9259CF

Tints of Amethyst #9259CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.83%

R = 33.03%
G = 20.14%
B = 46.83%

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

#9259CF (or 0x9259CF) is known color: Amethyst. HEX triplet: 92, 59 and CF. RGB value is (146,89,207). Sum of RGB (Red+Green+Blue) = 146+89+207=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #9259CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9259CF is #6DA630. Grayscale: #777777. Windows color (decimal): -7185969 or 13588882. OLE color: 13588882.

HSL color Cylindrical-coordinate representation of color #9259CF: hue angle of 268.98º degrees, saturation: 0.55, 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 #9259CF is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 146 89 207 -
CMYK 0.29 0.57 0 0.19
HSL 268.98º 0.55% 0.58% -
HSV(B) 268.98º 0.57% 0.81% -
XYZ 26.69 17.76 61.05 -
YUV 119.5 177.38 146.91 -
System Red Green Blue C M Y K H S L
Decimal 146 89 207 0.29 0.57 0 0.19 268.98 0.55 0.58
Hex 92 59 CF 1D 39 0 13 10D 37 3A
Octal 222 131 317 35 71 0 23 415 67 72
Binary 10010010 1011001 11001111 11101 111001 0 10011 100001101 110111 111010

Color Harmonies of #9259CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9259CF

Black with #9259CF

Text Example


Text Example

White with #9259CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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