Html Css Color HEX #9351BC Deep Lilac

📋 copy color: '#9351BC'

red 147 ◦ green 81 ◦ blue 188

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

Shades of Deep Lilac #9351BC

Tints of Deep Lilac #9351BC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.47%

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

R = 35.34%
G = 19.47%
B = 45.19%

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

#9351BC (or 0x9351BC) is known color: Deep Lilac. HEX triplet: 93, 51 and BC. RGB value is (147,81,188). Sum of RGB (Red+Green+Blue) = 147+81+188=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #9351BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9351BC is #6CAE43. Grayscale: #707070. Windows color (decimal): -7122500 or 12341651. OLE color: 12341651.

HSL color Cylindrical-coordinate representation of color #9351BC: hue angle of 277.01º degrees, saturation: 0.44, 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 #9351BC is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 81 188 -
CMYK 0.22 0.57 0 0.26
HSL 277.01º 0.44% 0.53% -
HSV(B) 277.01º 0.57% 0.74% -
XYZ 24.05 15.72 49.34 -
YUV 112.93 170.37 152.3 -
System Red Green Blue C M Y K H S L
Decimal 147 81 188 0.22 0.57 0 0.26 277.01 0.44 0.53
Hex 93 51 BC 16 39 0 1A 115 2C 35
Octal 223 121 274 26 71 0 32 425 54 65
Binary 10010011 1010001 10111100 10110 111001 0 11010 100010101 101100 110101

Color Harmonies of #9351BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9351BC

Black with #9351BC

Text Example


Text Example

White with #9351BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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