Html Css Color HEX #9351A6 Deep Lilac

📋 copy color: '#9351A6'

red 147 ◦ green 81 ◦ blue 166

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

Shades of Deep Lilac #9351A6

Tints of Deep Lilac #9351A6

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.56%

 BLUE value IS 166 (65.23% from 255) = 42.13%

R = 37.31%
G = 20.56%
B = 42.13%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9351A6 (or 0x9351A6) is known color: Deep Lilac. HEX triplet: 93, 51 and A6. RGB value is (147,81,166). Sum of RGB (Red+Green+Blue) = 147+81+166=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 166 - color contains mainly: blue. Hex color #9351A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9351A6 is #6CAE59. Grayscale: #6E6E6E. Windows color (decimal): -7122522 or 10899859. OLE color: 10899859.

HSL color Cylindrical-coordinate representation of color #9351A6: hue angle of 286.59º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9351A6 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 147 81 166 -
CMYK 0.11 0.51 0 0.35
HSL 286.59º 0.34% 0.48% -
HSV(B) 286.59º 0.51% 0.65% -
XYZ 21.86 14.84 37.79 -
YUV 110.42 159.37 154.09 -
System Red Green Blue C M Y K H S L
Decimal 147 81 166 0.11 0.51 0 0.35 286.59 0.34 0.48
Hex 93 51 A6 B 33 0 23 11F 22 30
Octal 223 121 246 13 63 0 43 437 42 60
Binary 10010011 1010001 10100110 1011 110011 0 100011 100011111 100010 110000

Color Harmonies of #9351A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9351A6

Black with #9351A6

Text Example


Text Example

White with #9351A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9351A6; }

 p { color: rgb(147,81,166); }

 H1.HeaderClassName
 {
   color: #9351A6;
 }
 .AnyTagClassName
 {
   color: #9351A6;
 }
</style>

background-color css

<style>
 a { background-color: #9351A6; }

 a { background-color: rgb(147,81,166); }

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

border-color css

<style>
 span { border-color: #9351A6; }

 span { border-color: rgb(147,81,166); }

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