Html Css Color HEX #9553CE Amethyst

📋 copy color: '#9553CE'

red 149 ◦ green 83 ◦ blue 206

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

Shades of Amethyst #9553CE

Tints of Amethyst #9553CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 34.02%
G = 18.95%
B = 47.03%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9553CE (or 0x9553CE) is known color: Amethyst. HEX triplet: 95, 53 and CE. RGB value is (149,83,206). Sum of RGB (Red+Green+Blue) = 149+83+206=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #9553CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9553CE is #6AAC31. Grayscale: #747474. Windows color (decimal): -6990898 or 13521813. OLE color: 13521813.

HSL color Cylindrical-coordinate representation of color #9553CE: hue angle of 272.2º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9553CE is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 83 206 -
CMYK 0.28 0.60 0 0.19
HSL 272.2º 0.56% 0.57% -
HSV(B) 272.2º 0.6% 0.81% -
XYZ 26.63 17.03 60.28 -
YUV 116.76 178.37 151 -
System Red Green Blue C M Y K H S L
Decimal 149 83 206 0.28 0.60 0 0.19 272.2 0.56 0.57
Hex 95 53 CE 1C 3C 0 13 110 38 39
Octal 225 123 316 34 74 0 23 420 70 71
Binary 10010101 1010011 11001110 11100 111100 0 10011 100010000 111000 111001

Color Harmonies of #9553CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9553CE

Black with #9553CE

Text Example


Text Example

White with #9553CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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