Html Css Color HEX #9253DB Amethyst

📋 copy color: '#9253DB'

red 146 ◦ green 83 ◦ blue 219

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

Shades of Amethyst #9253DB

Tints of Amethyst #9253DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.88%

R = 32.59%
G = 18.53%
B = 48.88%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9253DB (or 0x9253DB) is known color: Amethyst. HEX triplet: 92, 53 and DB. RGB value is (146,83,219). Sum of RGB (Red+Green+Blue) = 146+83+219=448 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.59% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #9253DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9253DB is #6DAC24. Grayscale: #747474. Windows color (decimal): -7187493 or 14373778. OLE color: 14373778.

HSL color Cylindrical-coordinate representation of color #9253DB: hue angle of 267.79º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9253DB is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 83 219 -
CMYK 0.33 0.62 0 0.14
HSL 267.79º 0.65% 0.59% -
HSV(B) 267.79º 0.62% 0.86% -
XYZ 27.73 17.41 68.92 -
YUV 117.34 185.37 148.44 -
System Red Green Blue C M Y K H S L
Decimal 146 83 219 0.33 0.62 0 0.14 267.79 0.65 0.59
Hex 92 53 DB 21 3E 0 E 10C 41 3B
Octal 222 123 333 41 76 0 16 414 101 73
Binary 10010010 1010011 11011011 100001 111110 0 1110 100001100 1000001 111011

Color Harmonies of #9253DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9253DB

Black with #9253DB

Text Example


Text Example

White with #9253DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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