Html Css Color HEX #9B53DC Amethyst

📋 copy color: '#9B53DC'

red 155 ◦ green 83 ◦ blue 220

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

Shades of Amethyst #9B53DC

Tints of Amethyst #9B53DC

RGB

 RED value IS 155 (60.94% from 255) = 33.84%

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

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

R = 33.84%
G = 18.12%
B = 48.03%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B53DC (or 0x9B53DC) is known color: Amethyst. HEX triplet: 9B, 53 and DC. RGB value is (155,83,220). Sum of RGB (Red+Green+Blue) = 155+83+220=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B53DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B53DC is #64AC23. Grayscale: #777777. Windows color (decimal): -6597668 or 14439323. OLE color: 14439323.

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

Color convert

RGB 155 83 220 -
CMYK 0.30 0.62 0 0.14
HSL 271.53º 0.66% 0.59% -
HSV(B) 271.53º 0.62% 0.86% -
XYZ 29.53 18.32 69.69 -
YUV 120.15 184.35 152.86 -
System Red Green Blue C M Y K H S L
Decimal 155 83 220 0.30 0.62 0 0.14 271.53 0.66 0.59
Hex 9B 53 DC 1E 3E 0 E 110 42 3B
Octal 233 123 334 36 76 0 16 420 102 73
Binary 10011011 1010011 11011100 11110 111110 0 1110 100010000 1000010 111011

Color Harmonies of #9B53DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B53DC

Black with #9B53DC

Text Example


Text Example

White with #9B53DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B53DC; }

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

 H1.HeaderClassName
 {
   color: #9B53DC;
 }
 .AnyTagClassName
 {
   color: #9B53DC;
 }
</style>

background-color css

<style>
 a { background-color: #9B53DC; }

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

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

border-color css

<style>
 span { border-color: #9B53DC; }

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

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