Html Css Color HEX #9251E0 Amethyst

📋 copy color: '#9251E0'

red 146 ◦ green 81 ◦ blue 224

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

Shades of Amethyst #9251E0

Tints of Amethyst #9251E0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.96%

 BLUE value IS 224 (87.89% from 255) = 49.67%

R = 32.37%
G = 17.96%
B = 49.67%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9251E0 (or 0x9251E0) is known color: Amethyst. HEX triplet: 92, 51 and E0. RGB value is (146,81,224). Sum of RGB (Red+Green+Blue) = 146+81+224=451 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.37% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 224 (87.89% from 255 or 49.67% from 451); Max value from RGB is 224 - color contains mainly: blue. Hex color #9251E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9251E0 is #6DAE1F. Grayscale: #747474. Windows color (decimal): -7188000 or 14700946. OLE color: 14700946.

HSL color Cylindrical-coordinate representation of color #9251E0: hue angle of 267.27º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9251E0 is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 146 81 224 -
CMYK 0.35 0.64 0 0.12
HSL 267.27º 0.7% 0.6% -
HSV(B) 267.27º 0.64% 0.88% -
XYZ 28.25 17.38 72.39 -
YUV 116.74 188.53 148.87 -
System Red Green Blue C M Y K H S L
Decimal 146 81 224 0.35 0.64 0 0.12 267.27 0.7 0.6
Hex 92 51 E0 23 40 0 C 10B 46 3C
Octal 222 121 340 43 100 0 14 413 106 74
Binary 10010010 1010001 11100000 100011 1000000 0 1100 100001011 1000110 111100

Color Harmonies of #9251E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9251E0

Black with #9251E0

Text Example


Text Example

White with #9251E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9251E0; }

 p { color: rgb(146,81,224); }

 H1.HeaderClassName
 {
   color: #9251E0;
 }
 .AnyTagClassName
 {
   color: #9251E0;
 }
</style>

background-color css

<style>
 a { background-color: #9251E0; }

 a { background-color: rgb(146,81,224); }

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

border-color css

<style>
 span { border-color: #9251E0; }

 span { border-color: rgb(146,81,224); }

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