Html Css Color HEX #9142BE Deep Lilac

📋 copy color: '#9142BE'

red 145 ◦ green 66 ◦ blue 190

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

Shades of Deep Lilac #9142BE

Tints of Deep Lilac #9142BE

RGB

 RED value IS 145 (57.03% from 255) = 36.16%

 GREEN value IS 66 (26.17% from 255) = 16.46%

 BLUE value IS 190 (74.61% from 255) = 47.38%

R = 36.16%
G = 16.46%
B = 47.38%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9142BE (or 0x9142BE) is known color: Deep Lilac. HEX triplet: 91, 42 and BE. RGB value is (145,66,190). Sum of RGB (Red+Green+Blue) = 145+66+190=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #9142BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9142BE is #6EBD41. Grayscale: #676767. Windows color (decimal): -7257410 or 12468881. OLE color: 12468881.

HSL color Cylindrical-coordinate representation of color #9142BE: hue angle of 278.23º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9142BE is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 145 66 190 -
CMYK 0.24 0.65 0 0.25
HSL 278.23º 0.49% 0.5% -
HSV(B) 278.23º 0.65% 0.75% -
XYZ 22.92 13.63 50.14 -
YUV 103.76 176.67 157.42 -
System Red Green Blue C M Y K H S L
Decimal 145 66 190 0.24 0.65 0 0.25 278.23 0.49 0.5
Hex 91 42 BE 18 41 0 19 116 31 32
Octal 221 102 276 30 101 0 31 426 61 62
Binary 10010001 1000010 10111110 11000 1000001 0 11001 100010110 110001 110010

Color Harmonies of #9142BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9142BE

Black with #9142BE

Text Example


Text Example

White with #9142BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9142BE; }

 p { color: rgb(145,66,190); }

 H1.HeaderClassName
 {
   color: #9142BE;
 }
 .AnyTagClassName
 {
   color: #9142BE;
 }
</style>

background-color css

<style>
 a { background-color: #9142BE; }

 a { background-color: rgb(145,66,190); }

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

border-color css

<style>
 span { border-color: #9142BE; }

 span { border-color: rgb(145,66,190); }

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