Html Css Color HEX #9253DC Amethyst

📋 copy color: '#9253DC'

red 146 ◦ green 83 ◦ blue 220

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

Shades of Amethyst #9253DC

Tints of Amethyst #9253DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49%

R = 32.52%
G = 18.49%
B = 49%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9253DC (or 0x9253DC) is known color: Amethyst. HEX triplet: 92, 53 and DC. RGB value is (146,83,220). Sum of RGB (Red+Green+Blue) = 146+83+220=449 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.52% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #9253DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9253DC is #6DAC23. Grayscale: #747474. Windows color (decimal): -7187492 or 14439314. OLE color: 14439314.

HSL color Cylindrical-coordinate representation of color #9253DC: hue angle of 267.59º degrees, saturation: 0.66, 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 #9253DC is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 83 220 -
CMYK 0.34 0.62 0 0.14
HSL 267.59º 0.66% 0.59% -
HSV(B) 267.59º 0.62% 0.86% -
XYZ 27.87 17.46 69.61 -
YUV 117.46 185.87 148.36 -
System Red Green Blue C M Y K H S L
Decimal 146 83 220 0.34 0.62 0 0.14 267.59 0.66 0.59
Hex 92 53 DC 22 3E 0 E 10C 42 3B
Octal 222 123 334 42 76 0 16 414 102 73
Binary 10010010 1010011 11011100 100010 111110 0 1110 100001100 1000010 111011

Color Harmonies of #9253DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9253DC

Black with #9253DC

Text Example


Text Example

White with #9253DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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