Html Css Color HEX #9353BC Deep Lilac

📋 copy color: '#9353BC'

red 147 ◦ green 83 ◦ blue 188

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

Shades of Deep Lilac #9353BC

Tints of Deep Lilac #9353BC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.86%

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

R = 35.17%
G = 19.86%
B = 44.98%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9353BC (or 0x9353BC) is known color: Deep Lilac. HEX triplet: 93, 53 and BC. RGB value is (147,83,188). Sum of RGB (Red+Green+Blue) = 147+83+188=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #9353BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9353BC is #6CAC43. Grayscale: #717171. Windows color (decimal): -7121988 or 12342163. OLE color: 12342163.

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

Color convert

RGB 147 83 188 -
CMYK 0.22 0.56 0 0.26
HSL 276.57º 0.44% 0.53% -
HSV(B) 276.57º 0.56% 0.74% -
XYZ 24.2 16.02 49.39 -
YUV 114.11 169.7 151.46 -
System Red Green Blue C M Y K H S L
Decimal 147 83 188 0.22 0.56 0 0.26 276.57 0.44 0.53
Hex 93 53 BC 16 38 0 1A 115 2C 35
Octal 223 123 274 26 70 0 32 425 54 65
Binary 10010011 1010011 10111100 10110 111000 0 11010 100010101 101100 110101

Color Harmonies of #9353BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9353BC

Black with #9353BC

Text Example


Text Example

White with #9353BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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