Html Css Color HEX #9348CB Deep Lilac

📋 copy color: '#9348CB'

red 147 ◦ green 72 ◦ blue 203

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

Shades of Deep Lilac #9348CB

Tints of Deep Lilac #9348CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.1%

R = 34.83%
G = 17.06%
B = 48.1%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9348CB (or 0x9348CB) is known color: Deep Lilac. HEX triplet: 93, 48 and CB. RGB value is (147,72,203). Sum of RGB (Red+Green+Blue) = 147+72+203=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #9348CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9348CB is #6CB734. Grayscale: #6C6C6C. Windows color (decimal): -7124789 or 13322387. OLE color: 13322387.

HSL color Cylindrical-coordinate representation of color #9348CB: hue angle of 274.35º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9348CB is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 147 72 203 -
CMYK 0.28 0.65 0 0.20
HSL 274.35º 0.56% 0.54% -
HSV(B) 274.35º 0.65% 0.8% -
XYZ 25.13 15.15 58.1 -
YUV 109.36 180.85 154.85 -
System Red Green Blue C M Y K H S L
Decimal 147 72 203 0.28 0.65 0 0.20 274.35 0.56 0.54
Hex 93 48 CB 1C 41 0 14 112 38 36
Octal 223 110 313 34 101 0 24 422 70 66
Binary 10010011 1001000 11001011 11100 1000001 0 10100 100010010 111000 110110

Color Harmonies of #9348CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9348CB

Black with #9348CB

Text Example


Text Example

White with #9348CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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