Html Css Color HEX #9350BC Deep Lilac

📋 copy color: '#9350BC'

red 147 ◦ green 80 ◦ blue 188

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

Shades of Deep Lilac #9350BC

Tints of Deep Lilac #9350BC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.28%

 BLUE value IS 188 (73.83% from 255) = 45.3%

R = 35.42%
G = 19.28%
B = 45.3%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9350BC (or 0x9350BC) is known color: Deep Lilac. HEX triplet: 93, 50 and BC. RGB value is (147,80,188). Sum of RGB (Red+Green+Blue) = 147+80+188=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #9350BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9350BC is #6CAF43. Grayscale: #6F6F6F. Windows color (decimal): -7122756 or 12341395. OLE color: 12341395.

HSL color Cylindrical-coordinate representation of color #9350BC: hue angle of 277.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9350BC is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 80 188 -
CMYK 0.22 0.57 0 0.26
HSL 277.22º 0.45% 0.53% -
HSV(B) 277.22º 0.57% 0.74% -
XYZ 23.98 15.57 49.32 -
YUV 112.35 170.7 152.72 -
System Red Green Blue C M Y K H S L
Decimal 147 80 188 0.22 0.57 0 0.26 277.22 0.45 0.53
Hex 93 50 BC 16 39 0 1A 115 2D 35
Octal 223 120 274 26 71 0 32 425 55 65
Binary 10010011 1010000 10111100 10110 111001 0 11010 100010101 101101 110101

Color Harmonies of #9350BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9350BC

Black with #9350BC

Text Example


Text Example

White with #9350BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9350BC; }

 p { color: rgb(147,80,188); }

 H1.HeaderClassName
 {
   color: #9350BC;
 }
 .AnyTagClassName
 {
   color: #9350BC;
 }
</style>

background-color css

<style>
 a { background-color: #9350BC; }

 a { background-color: rgb(147,80,188); }

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

border-color css

<style>
 span { border-color: #9350BC; }

 span { border-color: rgb(147,80,188); }

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