Html Css Color HEX #9753DC Amethyst

📋 copy color: '#9753DC'

red 151 ◦ green 83 ◦ blue 220

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

Shades of Amethyst #9753DC

Tints of Amethyst #9753DC

RGB

 RED value IS 151 (59.38% from 255) = 33.26%

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

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

R = 33.26%
G = 18.28%
B = 48.46%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9753DC (or 0x9753DC) is known color: Amethyst. HEX triplet: 97, 53 and DC. RGB value is (151,83,220). Sum of RGB (Red+Green+Blue) = 151+83+220=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #9753DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9753DC is #68AC23. Grayscale: #767676. Windows color (decimal): -6859812 or 14439319. OLE color: 14439319.

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

Color convert

RGB 151 83 220 -
CMYK 0.31 0.62 0 0.14
HSL 269.78º 0.66% 0.59% -
HSV(B) 269.78º 0.62% 0.86% -
XYZ 28.77 17.93 69.66 -
YUV 118.95 185.03 150.86 -
System Red Green Blue C M Y K H S L
Decimal 151 83 220 0.31 0.62 0 0.14 269.78 0.66 0.59
Hex 97 53 DC 1F 3E 0 E 10E 42 3B
Octal 227 123 334 37 76 0 16 416 102 73
Binary 10010111 1010011 11011100 11111 111110 0 1110 100001110 1000010 111011

Color Harmonies of #9753DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9753DC

Black with #9753DC

Text Example


Text Example

White with #9753DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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