Html Css Color HEX #9243C1 Deep Lilac

📋 copy color: '#9243C1'

red 146 ◦ green 67 ◦ blue 193

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

Shades of Deep Lilac #9243C1

Tints of Deep Lilac #9243C1

RGB

 RED value IS 146 (57.42% from 255) = 35.96%

 GREEN value IS 67 (26.56% from 255) = 16.5%

 BLUE value IS 193 (75.78% from 255) = 47.54%

R = 35.96%
G = 16.5%
B = 47.54%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9243C1 (or 0x9243C1) is known color: Deep Lilac. HEX triplet: 92, 43 and C1. RGB value is (146,67,193). Sum of RGB (Red+Green+Blue) = 146+67+193=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #9243C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9243C1 is #6DBC3E. Grayscale: #686868. Windows color (decimal): -7191615 or 12665746. OLE color: 12665746.

HSL color Cylindrical-coordinate representation of color #9243C1: hue angle of 277.62º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9243C1 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 146 67 193 -
CMYK 0.24 0.65 0 0.24
HSL 277.62º 0.5% 0.51% -
HSV(B) 277.62º 0.65% 0.76% -
XYZ 23.49 13.98 51.91 -
YUV 104.99 177.67 157.25 -
System Red Green Blue C M Y K H S L
Decimal 146 67 193 0.24 0.65 0 0.24 277.62 0.5 0.51
Hex 92 43 C1 18 41 0 18 116 32 33
Octal 222 103 301 30 101 0 30 426 62 63
Binary 10010010 1000011 11000001 11000 1000001 0 11000 100010110 110010 110011

Color Harmonies of #9243C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9243C1

Black with #9243C1

Text Example


Text Example

White with #9243C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9243C1; }

 p { color: rgb(146,67,193); }

 H1.HeaderClassName
 {
   color: #9243C1;
 }
 .AnyTagClassName
 {
   color: #9243C1;
 }
</style>

background-color css

<style>
 a { background-color: #9243C1; }

 a { background-color: rgb(146,67,193); }

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

border-color css

<style>
 span { border-color: #9243C1; }

 span { border-color: rgb(146,67,193); }

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