Html Css Color HEX #9259CC Amethyst

📋 copy color: '#9259CC'

red 146 ◦ green 89 ◦ blue 204

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

Shades of Amethyst #9259CC

Tints of Amethyst #9259CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.47%

R = 33.26%
G = 20.27%
B = 46.47%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9259CC (or 0x9259CC) is known color: Amethyst. HEX triplet: 92, 59 and CC. RGB value is (146,89,204). Sum of RGB (Red+Green+Blue) = 146+89+204=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #9259CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9259CC is #6DA633. Grayscale: #767676. Windows color (decimal): -7185972 or 13392274. OLE color: 13392274.

HSL color Cylindrical-coordinate representation of color #9259CC: hue angle of 269.74º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9259CC is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 146 89 204 -
CMYK 0.28 0.56 0 0.2
HSL 269.74º 0.53% 0.57% -
HSV(B) 269.74º 0.56% 0.8% -
XYZ 26.33 17.62 59.14 -
YUV 119.15 175.88 147.15 -
System Red Green Blue C M Y K H S L
Decimal 146 89 204 0.28 0.56 0 0.2 269.74 0.53 0.57
Hex 92 59 CC 1C 38 0 14 10E 35 39
Octal 222 131 314 34 70 0 24 416 65 71
Binary 10010010 1011001 11001100 11100 111000 0 10100 100001110 110101 111001

Color Harmonies of #9259CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9259CC

Black with #9259CC

Text Example


Text Example

White with #9259CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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