Html Css Color HEX #9358A5 Deep Lilac

📋 copy color: '#9358A5'

red 147 ◦ green 88 ◦ blue 165

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

Shades of Deep Lilac #9358A5

Tints of Deep Lilac #9358A5

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22%

 BLUE value IS 165 (64.84% from 255) = 41.25%

R = 36.75%
G = 22%
B = 41.25%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9358A5 (or 0x9358A5) is known color: Deep Lilac. HEX triplet: 93, 58 and A5. RGB value is (147,88,165). Sum of RGB (Red+Green+Blue) = 147+88+165=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 165 - color contains mainly: blue. Hex color #9358A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9358A5 is #6CA75A. Grayscale: #727272. Windows color (decimal): -7120731 or 10836115. OLE color: 10836115.

HSL color Cylindrical-coordinate representation of color #9358A5: hue angle of 285.97º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9358A5 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 147 88 165 -
CMYK 0.11 0.47 0 0.35
HSL 285.97º 0.3% 0.5% -
HSV(B) 285.97º 0.47% 0.65% -
XYZ 22.31 15.9 37.49 -
YUV 114.42 156.55 151.24 -
System Red Green Blue C M Y K H S L
Decimal 147 88 165 0.11 0.47 0 0.35 285.97 0.3 0.5
Hex 93 58 A5 B 2F 0 23 11E 1E 32
Octal 223 130 245 13 57 0 43 436 36 62
Binary 10010011 1011000 10100101 1011 101111 0 100011 100011110 11110 110010

Color Harmonies of #9358A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9358A5

Black with #9358A5

Text Example


Text Example

White with #9358A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9358A5; }

 p { color: rgb(147,88,165); }

 H1.HeaderClassName
 {
   color: #9358A5;
 }
 .AnyTagClassName
 {
   color: #9358A5;
 }
</style>

background-color css

<style>
 a { background-color: #9358A5; }

 a { background-color: rgb(147,88,165); }

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

border-color css

<style>
 span { border-color: #9358A5; }

 span { border-color: rgb(147,88,165); }

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