Html Css Color HEX #9358AE Deep Lilac

📋 copy color: '#9358AE'

red 147 ◦ green 88 ◦ blue 174

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

Shades of Deep Lilac #9358AE

Tints of Deep Lilac #9358AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.54%

R = 35.94%
G = 21.52%
B = 42.54%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9358AE (or 0x9358AE) is known color: Deep Lilac. HEX triplet: 93, 58 and AE. RGB value is (147,88,174). Sum of RGB (Red+Green+Blue) = 147+88+174=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #9358AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9358AE is #6CA751. Grayscale: #737373. Windows color (decimal): -7120722 or 11425939. OLE color: 11425939.

HSL color Cylindrical-coordinate representation of color #9358AE: hue angle of 281.16º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9358AE is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 88 174 -
CMYK 0.16 0.49 0 0.32
HSL 281.16º 0.35% 0.51% -
HSV(B) 281.16º 0.49% 0.68% -
XYZ 23.16 16.24 41.96 -
YUV 115.45 161.05 150.51 -
System Red Green Blue C M Y K H S L
Decimal 147 88 174 0.16 0.49 0 0.32 281.16 0.35 0.51
Hex 93 58 AE 10 31 0 20 119 23 33
Octal 223 130 256 20 61 0 40 431 43 63
Binary 10010011 1011000 10101110 10000 110001 0 100000 100011001 100011 110011

Color Harmonies of #9358AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9358AE

Black with #9358AE

Text Example


Text Example

White with #9358AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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