Html Css Color HEX #9354AF Deep Lilac

📋 copy color: '#9354AF'

red 147 ◦ green 84 ◦ blue 175

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

Shades of Deep Lilac #9354AF

Tints of Deep Lilac #9354AF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.69%

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

R = 36.21%
G = 20.69%
B = 43.1%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9354AF (or 0x9354AF) is known color: Deep Lilac. HEX triplet: 93, 54 and AF. RGB value is (147,84,175). Sum of RGB (Red+Green+Blue) = 147+84+175=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #9354AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9354AF is #6CAB50. Grayscale: #707070. Windows color (decimal): -7121745 or 11490451. OLE color: 11490451.

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

Color convert

RGB 147 84 175 -
CMYK 0.16 0.52 0 0.31
HSL 281.54º 0.36% 0.51% -
HSV(B) 281.54º 0.52% 0.69% -
XYZ 22.94 15.64 42.37 -
YUV 113.21 162.87 152.1 -
System Red Green Blue C M Y K H S L
Decimal 147 84 175 0.16 0.52 0 0.31 281.54 0.36 0.51
Hex 93 54 AF 10 34 0 1F 11A 24 33
Octal 223 124 257 20 64 0 37 432 44 63
Binary 10010011 1010100 10101111 10000 110100 0 11111 100011010 100100 110011

Color Harmonies of #9354AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9354AF

Black with #9354AF

Text Example


Text Example

White with #9354AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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