Html Css Color HEX #9553CF Amethyst

📋 copy color: '#9553CF'

red 149 ◦ green 83 ◦ blue 207

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

Shades of Amethyst #9553CF

Tints of Amethyst #9553CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.15%

R = 33.94%
G = 18.91%
B = 47.15%

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

#9553CF (or 0x9553CF) is known color: Amethyst. HEX triplet: 95, 53 and CF. RGB value is (149,83,207). Sum of RGB (Red+Green+Blue) = 149+83+207=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #9553CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9553CF is #6AAC30. Grayscale: #747474. Windows color (decimal): -6990897 or 13587349. OLE color: 13587349.

HSL color Cylindrical-coordinate representation of color #9553CF: hue angle of 271.94º 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 #9553CF is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 83 207 -
CMYK 0.28 0.60 0 0.19
HSL 271.94º 0.56% 0.57% -
HSV(B) 271.94º 0.6% 0.81% -
XYZ 26.75 17.08 60.92 -
YUV 116.87 178.87 150.92 -
System Red Green Blue C M Y K H S L
Decimal 149 83 207 0.28 0.60 0 0.19 271.94 0.56 0.57
Hex 95 53 CF 1C 3C 0 13 110 38 39
Octal 225 123 317 34 74 0 23 420 70 71
Binary 10010101 1010011 11001111 11100 111100 0 10011 100010000 111000 111001

Color Harmonies of #9553CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9553CF

Black with #9553CF

Text Example


Text Example

White with #9553CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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