Html Css Color HEX #9357BD Deep Lilac

📋 copy color: '#9357BD'

red 147 ◦ green 87 ◦ blue 189

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

Shades of Deep Lilac #9357BD

Tints of Deep Lilac #9357BD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.57%

 BLUE value IS 189 (74.22% from 255) = 44.68%

R = 34.75%
G = 20.57%
B = 44.68%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9357BD (or 0x9357BD) is known color: Deep Lilac. HEX triplet: 93, 57 and BD. RGB value is (147,87,189). Sum of RGB (Red+Green+Blue) = 147+87+189=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #9357BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9357BD is #6CA842. Grayscale: #747474. Windows color (decimal): -7120963 or 12408723. OLE color: 12408723.

HSL color Cylindrical-coordinate representation of color #9357BD: hue angle of 275.29º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9357BD is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 87 189 -
CMYK 0.22 0.54 0 0.26
HSL 275.29º 0.44% 0.54% -
HSV(B) 275.29º 0.54% 0.74% -
XYZ 24.63 16.69 50.07 -
YUV 116.57 168.88 149.71 -
System Red Green Blue C M Y K H S L
Decimal 147 87 189 0.22 0.54 0 0.26 275.29 0.44 0.54
Hex 93 57 BD 16 36 0 1A 113 2C 36
Octal 223 127 275 26 66 0 32 423 54 66
Binary 10010011 1010111 10111101 10110 110110 0 11010 100010011 101100 110110

Color Harmonies of #9357BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9357BD

Black with #9357BD

Text Example


Text Example

White with #9357BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9357BD; }

 p { color: rgb(147,87,189); }

 H1.HeaderClassName
 {
   color: #9357BD;
 }
 .AnyTagClassName
 {
   color: #9357BD;
 }
</style>

background-color css

<style>
 a { background-color: #9357BD; }

 a { background-color: rgb(147,87,189); }

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

border-color css

<style>
 span { border-color: #9357BD; }

 span { border-color: rgb(147,87,189); }

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