Html Css Color HEX #9348BF Deep Lilac

📋 copy color: '#9348BF'

red 147 ◦ green 72 ◦ blue 191

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

Shades of Deep Lilac #9348BF

Tints of Deep Lilac #9348BF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.56%

 BLUE value IS 191 (75% from 255) = 46.59%

R = 35.85%
G = 17.56%
B = 46.59%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9348BF (or 0x9348BF) is known color: Deep Lilac. HEX triplet: 93, 48 and BF. RGB value is (147,72,191). Sum of RGB (Red+Green+Blue) = 147+72+191=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #9348BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9348BF is #6CB740. Grayscale: #6B6B6B. Windows color (decimal): -7124801 or 12535955. OLE color: 12535955.

HSL color Cylindrical-coordinate representation of color #9348BF: hue angle of 277.82º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9348BF is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 72 191 -
CMYK 0.23 0.62 0 0.25
HSL 277.82º 0.48% 0.52% -
HSV(B) 277.82º 0.62% 0.75% -
XYZ 23.75 14.6 50.86 -
YUV 107.99 174.85 155.82 -
System Red Green Blue C M Y K H S L
Decimal 147 72 191 0.23 0.62 0 0.25 277.82 0.48 0.52
Hex 93 48 BF 17 3E 0 19 116 30 34
Octal 223 110 277 27 76 0 31 426 60 64
Binary 10010011 1001000 10111111 10111 111110 0 11001 100010110 110000 110100

Color Harmonies of #9348BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9348BF

Black with #9348BF

Text Example


Text Example

White with #9348BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9348BF; }

 p { color: rgb(147,72,191); }

 H1.HeaderClassName
 {
   color: #9348BF;
 }
 .AnyTagClassName
 {
   color: #9348BF;
 }
</style>

background-color css

<style>
 a { background-color: #9348BF; }

 a { background-color: rgb(147,72,191); }

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

border-color css

<style>
 span { border-color: #9348BF; }

 span { border-color: rgb(147,72,191); }

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