Html Css Color HEX #9353AF Deep Lilac

📋 copy color: '#9353AF'

red 147 ◦ green 83 ◦ blue 175

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

Shades of Deep Lilac #9353AF

Tints of Deep Lilac #9353AF

RGB

 RED value IS 147 (57.81% from 255) = 36.3%

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

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

R = 36.3%
G = 20.49%
B = 43.21%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9353AF (or 0x9353AF) is known color: Deep Lilac. HEX triplet: 93, 53 and AF. RGB value is (147,83,175). Sum of RGB (Red+Green+Blue) = 147+83+175=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #9353AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9353AF is #6CAC50. Grayscale: #707070. Windows color (decimal): -7122001 or 11490195. OLE color: 11490195.

HSL color Cylindrical-coordinate representation of color #9353AF: hue angle of 281.74º 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 #9353AF is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 147 83 175 -
CMYK 0.16 0.53 0 0.31
HSL 281.74º 0.37% 0.51% -
HSV(B) 281.74º 0.53% 0.69% -
XYZ 22.86 15.48 42.34 -
YUV 112.62 163.2 152.52 -
System Red Green Blue C M Y K H S L
Decimal 147 83 175 0.16 0.53 0 0.31 281.74 0.37 0.51
Hex 93 53 AF 10 35 0 1F 11A 25 33
Octal 223 123 257 20 65 0 37 432 45 63
Binary 10010011 1010011 10101111 10000 110101 0 11111 100011010 100101 110011

Color Harmonies of #9353AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9353AF

Black with #9353AF

Text Example


Text Example

White with #9353AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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