Html Css Color HEX #9341B3 Deep Lilac

📋 copy color: '#9341B3'

red 147 ◦ green 65 ◦ blue 179

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

Shades of Deep Lilac #9341B3

Tints of Deep Lilac #9341B3

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.62%

 BLUE value IS 179 (70.31% from 255) = 45.78%

R = 37.6%
G = 16.62%
B = 45.78%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9341B3 (or 0x9341B3) is known color: Deep Lilac. HEX triplet: 93, 41 and B3. RGB value is (147,65,179). Sum of RGB (Red+Green+Blue) = 147+65+179=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 179 (70.31% from 255 or 45.78% from 391); Max value from RGB is 179 - color contains mainly: blue. Hex color #9341B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9341B3 is #6CBE4C. Grayscale: #666666. Windows color (decimal): -7126605 or 11747731. OLE color: 11747731.

HSL color Cylindrical-coordinate representation of color #9341B3: hue angle of 283.16º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9341B3 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 147 65 179 -
CMYK 0.18 0.64 0 0.30
HSL 283.16º 0.47% 0.48% -
HSV(B) 283.16º 0.64% 0.7% -
XYZ 22.06 13.24 44.04 -
YUV 102.51 171.17 159.73 -
System Red Green Blue C M Y K H S L
Decimal 147 65 179 0.18 0.64 0 0.30 283.16 0.47 0.48
Hex 93 41 B3 12 40 0 1E 11B 2F 30
Octal 223 101 263 22 100 0 36 433 57 60
Binary 10010011 1000001 10110011 10010 1000000 0 11110 100011011 101111 110000

Color Harmonies of #9341B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9341B3

Black with #9341B3

Text Example


Text Example

White with #9341B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9341B3; }

 p { color: rgb(147,65,179); }

 H1.HeaderClassName
 {
   color: #9341B3;
 }
 .AnyTagClassName
 {
   color: #9341B3;
 }
</style>

background-color css

<style>
 a { background-color: #9341B3; }

 a { background-color: rgb(147,65,179); }

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

border-color css

<style>
 span { border-color: #9341B3; }

 span { border-color: rgb(147,65,179); }

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