Html Css Color HEX #9553DC Amethyst

📋 copy color: '#9553DC'

red 149 ◦ green 83 ◦ blue 220

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

Shades of Amethyst #9553DC

Tints of Amethyst #9553DC

RGB

 RED value IS 149 (58.59% from 255) = 32.96%

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

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

R = 32.96%
G = 18.36%
B = 48.67%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9553DC (or 0x9553DC) is known color: Amethyst. HEX triplet: 95, 53 and DC. RGB value is (149,83,220). Sum of RGB (Red+Green+Blue) = 149+83+220=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #9553DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9553DC is #6AAC23. Grayscale: #757575. Windows color (decimal): -6990884 or 14439317. OLE color: 14439317.

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

Color convert

RGB 149 83 220 -
CMYK 0.32 0.62 0 0.14
HSL 268.91º 0.66% 0.59% -
HSV(B) 268.91º 0.62% 0.86% -
XYZ 28.41 17.74 69.64 -
YUV 118.35 185.37 149.86 -
System Red Green Blue C M Y K H S L
Decimal 149 83 220 0.32 0.62 0 0.14 268.91 0.66 0.59
Hex 95 53 DC 20 3E 0 E 10D 42 3B
Octal 225 123 334 40 76 0 16 415 102 73
Binary 10010101 1010011 11011100 100000 111110 0 1110 100001101 1000010 111011

Color Harmonies of #9553DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9553DC

Black with #9553DC

Text Example


Text Example

White with #9553DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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