Html Css Color HEX #9250D5 Amethyst

📋 copy color: '#9250D5'

red 146 ◦ green 80 ◦ blue 213

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

Shades of Amethyst #9250D5

Tints of Amethyst #9250D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.52%

R = 33.26%
G = 18.22%
B = 48.52%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9250D5 (or 0x9250D5) is known color: Amethyst. HEX triplet: 92, 50 and D5. RGB value is (146,80,213). Sum of RGB (Red+Green+Blue) = 146+80+213=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 213 - color contains mainly: blue. Hex color #9250D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9250D5 is #6DAF2A. Grayscale: #727272. Windows color (decimal): -7188267 or 13979794. OLE color: 13979794.

HSL color Cylindrical-coordinate representation of color #9250D5: hue angle of 269.77º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9250D5 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 146 80 213 -
CMYK 0.31 0.62 0 0.16
HSL 269.77º 0.61% 0.57% -
HSV(B) 269.77º 0.62% 0.84% -
XYZ 26.73 16.65 64.76 -
YUV 114.9 183.37 150.19 -
System Red Green Blue C M Y K H S L
Decimal 146 80 213 0.31 0.62 0 0.16 269.77 0.61 0.57
Hex 92 50 D5 1F 3E 0 10 10E 3D 39
Octal 222 120 325 37 76 0 20 416 75 71
Binary 10010010 1010000 11010101 11111 111110 0 10000 100001110 111101 111001

Color Harmonies of #9250D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9250D5

Black with #9250D5

Text Example


Text Example

White with #9250D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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