Html Css Color HEX #9142AB Deep Lilac

📋 copy color: '#9142AB'

red 145 ◦ green 66 ◦ blue 171

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

Shades of Deep Lilac #9142AB

Tints of Deep Lilac #9142AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.76%

R = 37.96%
G = 17.28%
B = 44.76%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9142AB (or 0x9142AB) is known color: Deep Lilac. HEX triplet: 91, 42 and AB. RGB value is (145,66,171). Sum of RGB (Red+Green+Blue) = 145+66+171=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #9142AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9142AB is #6EBD54. Grayscale: #656565. Windows color (decimal): -7257429 or 11223697. OLE color: 11223697.

HSL color Cylindrical-coordinate representation of color #9142AB: hue angle of 285.14º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9142AB is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 66 171 -
CMYK 0.15 0.61 0 0.33
HSL 285.14º 0.44% 0.46% -
HSV(B) 285.14º 0.61% 0.67% -
XYZ 20.98 12.86 39.9 -
YUV 101.59 167.17 158.96 -
System Red Green Blue C M Y K H S L
Decimal 145 66 171 0.15 0.61 0 0.33 285.14 0.44 0.46
Hex 91 42 AB F 3D 0 21 11D 2C 2E
Octal 221 102 253 17 75 0 41 435 54 56
Binary 10010001 1000010 10101011 1111 111101 0 100001 100011101 101100 101110

Color Harmonies of #9142AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9142AB

Black with #9142AB

Text Example


Text Example

White with #9142AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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