Html Css Color HEX #9B53DB Amethyst

📋 copy color: '#9B53DB'

red 155 ◦ green 83 ◦ blue 219

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

Shades of Amethyst #9B53DB

Tints of Amethyst #9B53DB

RGB

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

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

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

R = 33.92%
G = 18.16%
B = 47.92%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B53DB (or 0x9B53DB) is known color: Amethyst. HEX triplet: 9B, 53 and DB. RGB value is (155,83,219). Sum of RGB (Red+Green+Blue) = 155+83+219=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B53DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B53DB is #64AC24. Grayscale: #777777. Windows color (decimal): -6597669 or 14373787. OLE color: 14373787.

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

Color convert

RGB 155 83 219 -
CMYK 0.29 0.62 0 0.14
HSL 271.76º 0.65% 0.59% -
HSV(B) 271.76º 0.62% 0.86% -
XYZ 29.4 18.27 68.99 -
YUV 120.03 183.85 152.94 -
System Red Green Blue C M Y K H S L
Decimal 155 83 219 0.29 0.62 0 0.14 271.76 0.65 0.59
Hex 9B 53 DB 1D 3E 0 E 110 41 3B
Octal 233 123 333 35 76 0 16 420 101 73
Binary 10011011 1010011 11011011 11101 111110 0 1110 100010000 1000001 111011

Color Harmonies of #9B53DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B53DB

Black with #9B53DB

Text Example


Text Example

White with #9B53DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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