Html Css Color HEX #9259CD Amethyst

📋 copy color: '#9259CD'

red 146 ◦ green 89 ◦ blue 205

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

Shades of Amethyst #9259CD

Tints of Amethyst #9259CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.59%

R = 33.18%
G = 20.23%
B = 46.59%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9259CD (or 0x9259CD) is known color: Amethyst. HEX triplet: 92, 59 and CD. RGB value is (146,89,205). Sum of RGB (Red+Green+Blue) = 146+89+205=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #9259CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9259CD is #6DA632. Grayscale: #767676. Windows color (decimal): -7185971 or 13457810. OLE color: 13457810.

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

Color convert

RGB 146 89 205 -
CMYK 0.29 0.57 0 0.20
HSL 269.48º 0.54% 0.58% -
HSV(B) 269.48º 0.57% 0.8% -
XYZ 26.45 17.66 59.77 -
YUV 119.27 176.38 147.07 -
System Red Green Blue C M Y K H S L
Decimal 146 89 205 0.29 0.57 0 0.20 269.48 0.54 0.58
Hex 92 59 CD 1D 39 0 14 10D 36 3A
Octal 222 131 315 35 71 0 24 415 66 72
Binary 10010010 1011001 11001101 11101 111001 0 10100 100001101 110110 111010

Color Harmonies of #9259CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9259CD

Black with #9259CD

Text Example


Text Example

White with #9259CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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