Html Css Color HEX #9146BE Deep Lilac

📋 copy color: '#9146BE'

red 145 ◦ green 70 ◦ blue 190

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

Shades of Deep Lilac #9146BE

Tints of Deep Lilac #9146BE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.28%

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

R = 35.8%
G = 17.28%
B = 46.91%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9146BE (or 0x9146BE) is known color: Deep Lilac. HEX triplet: 91, 46 and BE. RGB value is (145,70,190). Sum of RGB (Red+Green+Blue) = 145+70+190=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #9146BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9146BE is #6EB941. Grayscale: #696969. Windows color (decimal): -7256386 or 12469905. OLE color: 12469905.

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

Color convert

RGB 145 70 190 -
CMYK 0.24 0.63 0 0.25
HSL 277.5º 0.48% 0.51% -
HSV(B) 277.5º 0.63% 0.75% -
XYZ 23.16 14.12 50.22 -
YUV 106.11 175.35 155.74 -
System Red Green Blue C M Y K H S L
Decimal 145 70 190 0.24 0.63 0 0.25 277.5 0.48 0.51
Hex 91 46 BE 18 3F 0 19 116 30 33
Octal 221 106 276 30 77 0 31 426 60 63
Binary 10010001 1000110 10111110 11000 111111 0 11001 100010110 110000 110011

Color Harmonies of #9146BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9146BE

Black with #9146BE

Text Example


Text Example

White with #9146BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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