Html Css Color HEX #9553AF Deep Lilac

📋 copy color: '#9553AF'

red 149 ◦ green 83 ◦ blue 175

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

Shades of Deep Lilac #9553AF

Tints of Deep Lilac #9553AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43%

R = 36.61%
G = 20.39%
B = 43%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9553AF (or 0x9553AF) is known color: Deep Lilac. HEX triplet: 95, 53 and AF. RGB value is (149,83,175). Sum of RGB (Red+Green+Blue) = 149+83+175=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #9553AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9553AF is #6AAC50. Grayscale: #707070. Windows color (decimal): -6990929 or 11490197. OLE color: 11490197.

HSL color Cylindrical-coordinate representation of color #9553AF: hue angle of 283.04º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9553AF is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 83 175 -
CMYK 0.15 0.53 0 0.31
HSL 283.04º 0.37% 0.51% -
HSV(B) 283.04º 0.53% 0.69% -
XYZ 23.23 15.67 42.36 -
YUV 113.22 162.87 153.52 -
System Red Green Blue C M Y K H S L
Decimal 149 83 175 0.15 0.53 0 0.31 283.04 0.37 0.51
Hex 95 53 AF F 35 0 1F 11B 25 33
Octal 225 123 257 17 65 0 37 433 45 63
Binary 10010101 1010011 10101111 1111 110101 0 11111 100011011 100101 110011

Color Harmonies of #9553AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9553AF

Black with #9553AF

Text Example


Text Example

White with #9553AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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