Html Css Color HEX #9140BC Deep Lilac

📋 copy color: '#9140BC'

red 145 ◦ green 64 ◦ blue 188

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

Shades of Deep Lilac #9140BC

Tints of Deep Lilac #9140BC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.12%

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 36.52%
G = 16.12%
B = 47.36%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9140BC (or 0x9140BC) is known color: Deep Lilac. HEX triplet: 91, 40 and BC. RGB value is (145,64,188). Sum of RGB (Red+Green+Blue) = 145+64+188=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #9140BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9140BC is #6EBF43. Grayscale: #656565. Windows color (decimal): -7257924 or 12337297. OLE color: 12337297.

HSL color Cylindrical-coordinate representation of color #9140BC: hue angle of 279.19º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9140BC is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 145 64 188 -
CMYK 0.23 0.66 0 0.26
HSL 279.19º 0.49% 0.49% -
HSV(B) 279.19º 0.66% 0.74% -
XYZ 22.59 13.32 48.96 -
YUV 102.36 176.34 158.42 -
System Red Green Blue C M Y K H S L
Decimal 145 64 188 0.23 0.66 0 0.26 279.19 0.49 0.49
Hex 91 40 BC 17 42 0 1A 117 31 31
Octal 221 100 274 27 102 0 32 427 61 61
Binary 10010001 1000000 10111100 10111 1000010 0 11010 100010111 110001 110001

Color Harmonies of #9140BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9140BC

Black with #9140BC

Text Example


Text Example

White with #9140BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9140BC; }

 p { color: rgb(145,64,188); }

 H1.HeaderClassName
 {
   color: #9140BC;
 }
 .AnyTagClassName
 {
   color: #9140BC;
 }
</style>

background-color css

<style>
 a { background-color: #9140BC; }

 a { background-color: rgb(145,64,188); }

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

border-color css

<style>
 span { border-color: #9140BC; }

 span { border-color: rgb(145,64,188); }

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