Html Css Color HEX #9259D6 Amethyst

📋 copy color: '#9259D6'

red 146 ◦ green 89 ◦ blue 214

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

Shades of Amethyst #9259D6

Tints of Amethyst #9259D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.66%

R = 32.52%
G = 19.82%
B = 47.66%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9259D6 (or 0x9259D6) is known color: Amethyst. HEX triplet: 92, 59 and D6. RGB value is (146,89,214). Sum of RGB (Red+Green+Blue) = 146+89+214=449 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.52% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 214 (83.98% from 255 or 47.66% from 449); Max value from RGB is 214 - color contains mainly: blue. Hex color #9259D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9259D6 is #6DA629. Grayscale: #777777. Windows color (decimal): -7185962 or 14047634. OLE color: 14047634.

HSL color Cylindrical-coordinate representation of color #9259D6: hue angle of 267.36º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9259D6 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 146 89 214 -
CMYK 0.32 0.58 0 0.16
HSL 267.36º 0.6% 0.59% -
HSV(B) 267.36º 0.58% 0.84% -
XYZ 27.56 18.11 65.66 -
YUV 120.29 180.88 146.34 -
System Red Green Blue C M Y K H S L
Decimal 146 89 214 0.32 0.58 0 0.16 267.36 0.6 0.59
Hex 92 59 D6 20 3A 0 10 10B 3C 3B
Octal 222 131 326 40 72 0 20 413 74 73
Binary 10010010 1011001 11010110 100000 111010 0 10000 100001011 111100 111011

Color Harmonies of #9259D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9259D6

Black with #9259D6

Text Example


Text Example

White with #9259D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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