Html Css Color HEX #9349CB Deep Lilac

📋 copy color: '#9349CB'

red 147 ◦ green 73 ◦ blue 203

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

Shades of Deep Lilac #9349CB

Tints of Deep Lilac #9349CB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.26%

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

R = 34.75%
G = 17.26%
B = 47.99%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9349CB (or 0x9349CB) is known color: Deep Lilac. HEX triplet: 93, 49 and CB. RGB value is (147,73,203). Sum of RGB (Red+Green+Blue) = 147+73+203=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #9349CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9349CB is #6CB634. Grayscale: #6D6D6D. Windows color (decimal): -7124533 or 13322643. OLE color: 13322643.

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

Color convert

RGB 147 73 203 -
CMYK 0.28 0.64 0 0.20
HSL 274.15º 0.56% 0.54% -
HSV(B) 274.15º 0.64% 0.8% -
XYZ 25.19 15.28 58.12 -
YUV 109.95 180.52 154.43 -
System Red Green Blue C M Y K H S L
Decimal 147 73 203 0.28 0.64 0 0.20 274.15 0.56 0.54
Hex 93 49 CB 1C 40 0 14 112 38 36
Octal 223 111 313 34 100 0 24 422 70 66
Binary 10010011 1001001 11001011 11100 1000000 0 10100 100010010 111000 110110

Color Harmonies of #9349CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9349CB

Black with #9349CB

Text Example


Text Example

White with #9349CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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