Html Css Color HEX #9253D7 Amethyst

📋 copy color: '#9253D7'

red 146 ◦ green 83 ◦ blue 215

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

Shades of Amethyst #9253D7

Tints of Amethyst #9253D7

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.69%

 BLUE value IS 215 (84.38% from 255) = 48.42%

R = 32.88%
G = 18.69%
B = 48.42%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9253D7 (or 0x9253D7) is known color: Amethyst. HEX triplet: 92, 53 and D7. RGB value is (146,83,215). Sum of RGB (Red+Green+Blue) = 146+83+215=444 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.88% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 215 (84.38% from 255 or 48.42% from 444); Max value from RGB is 215 - color contains mainly: blue. Hex color #9253D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9253D7 is #6DAC28. Grayscale: #747474. Windows color (decimal): -7187497 or 14111634. OLE color: 14111634.

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

Color convert

RGB 146 83 215 -
CMYK 0.32 0.61 0 0.16
HSL 268.64º 0.62% 0.58% -
HSV(B) 268.64º 0.61% 0.84% -
XYZ 27.21 17.2 66.18 -
YUV 116.89 183.37 148.77 -
System Red Green Blue C M Y K H S L
Decimal 146 83 215 0.32 0.61 0 0.16 268.64 0.62 0.58
Hex 92 53 D7 20 3D 0 10 10D 3E 3A
Octal 222 123 327 40 75 0 20 415 76 72
Binary 10010010 1010011 11010111 100000 111101 0 10000 100001101 111110 111010

Color Harmonies of #9253D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9253D7

Black with #9253D7

Text Example


Text Example

White with #9253D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9253D7; }

 p { color: rgb(146,83,215); }

 H1.HeaderClassName
 {
   color: #9253D7;
 }
 .AnyTagClassName
 {
   color: #9253D7;
 }
</style>

background-color css

<style>
 a { background-color: #9253D7; }

 a { background-color: rgb(146,83,215); }

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

border-color css

<style>
 span { border-color: #9253D7; }

 span { border-color: rgb(146,83,215); }

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