Html Css Color HEX #9351BD Deep Lilac

📋 copy color: '#9351BD'

red 147 ◦ green 81 ◦ blue 189

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

Shades of Deep Lilac #9351BD

Tints of Deep Lilac #9351BD

RGB

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

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

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

R = 35.25%
G = 19.42%
B = 45.32%

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

#9351BD (or 0x9351BD) is known color: Deep Lilac. HEX triplet: 93, 51 and BD. RGB value is (147,81,189). Sum of RGB (Red+Green+Blue) = 147+81+189=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #9351BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9351BD is #6CAE42. Grayscale: #707070. Windows color (decimal): -7122499 or 12407187. OLE color: 12407187.

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

Color convert

RGB 147 81 189 -
CMYK 0.22 0.57 0 0.26
HSL 276.67º 0.45% 0.53% -
HSV(B) 276.67º 0.57% 0.74% -
XYZ 24.16 15.76 49.91 -
YUV 113.05 170.87 152.22 -
System Red Green Blue C M Y K H S L
Decimal 147 81 189 0.22 0.57 0 0.26 276.67 0.45 0.53
Hex 93 51 BD 16 39 0 1A 115 2D 35
Octal 223 121 275 26 71 0 32 425 55 65
Binary 10010011 1010001 10111101 10110 111001 0 11010 100010101 101101 110101

Color Harmonies of #9351BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9351BD

Black with #9351BD

Text Example


Text Example

White with #9351BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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