Html Css Color HEX #9250DA Amethyst

📋 copy color: '#9250DA'

red 146 ◦ green 80 ◦ blue 218

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

Shades of Amethyst #9250DA

Tints of Amethyst #9250DA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.02%

 BLUE value IS 218 (85.55% from 255) = 49.1%

R = 32.88%
G = 18.02%
B = 49.1%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9250DA (or 0x9250DA) is known color: Amethyst. HEX triplet: 92, 50 and DA. RGB value is (146,80,218). Sum of RGB (Red+Green+Blue) = 146+80+218=444 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.88% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #9250DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9250DA is #6DAF25. Grayscale: #727272. Windows color (decimal): -7188262 or 14307474. OLE color: 14307474.

HSL color Cylindrical-coordinate representation of color #9250DA: hue angle of 268.7º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9250DA is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 80 218 -
CMYK 0.33 0.63 0 0.15
HSL 268.7º 0.65% 0.58% -
HSV(B) 268.7º 0.63% 0.85% -
XYZ 27.38 16.91 68.15 -
YUV 115.47 185.87 149.78 -
System Red Green Blue C M Y K H S L
Decimal 146 80 218 0.33 0.63 0 0.15 268.7 0.65 0.58
Hex 92 50 DA 21 3F 0 F 10D 41 3A
Octal 222 120 332 41 77 0 17 415 101 72
Binary 10010010 1010000 11011010 100001 111111 0 1111 100001101 1000001 111010

Color Harmonies of #9250DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9250DA

Black with #9250DA

Text Example


Text Example

White with #9250DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9250DA; }

 p { color: rgb(146,80,218); }

 H1.HeaderClassName
 {
   color: #9250DA;
 }
 .AnyTagClassName
 {
   color: #9250DA;
 }
</style>

background-color css

<style>
 a { background-color: #9250DA; }

 a { background-color: rgb(146,80,218); }

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

border-color css

<style>
 span { border-color: #9250DA; }

 span { border-color: rgb(146,80,218); }

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