Html Css Color HEX #9040BC Deep Lilac

📋 copy color: '#9040BC'

red 144 ◦ green 64 ◦ blue 188

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

Shades of Deep Lilac #9040BC

Tints of Deep Lilac #9040BC

RGB

 RED value IS 144 (56.64% from 255) = 36.36%

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

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

R = 36.36%
G = 16.16%
B = 47.47%

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

#9040BC (or 0x9040BC) is known color: Deep Lilac. HEX triplet: 90, 40 and BC. RGB value is (144,64,188). Sum of RGB (Red+Green+Blue) = 144+64+188=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #9040BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9040BC is #6FBF43. Grayscale: #656565. Windows color (decimal): -7323460 or 12337296. OLE color: 12337296.

HSL color Cylindrical-coordinate representation of color #9040BC: hue angle of 278.71º 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 #9040BC is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 64 188 -
CMYK 0.23 0.66 0 0.26
HSL 278.71º 0.49% 0.49% -
HSV(B) 278.71º 0.66% 0.74% -
XYZ 22.41 13.23 48.95 -
YUV 102.06 176.5 157.92 -
System Red Green Blue C M Y K H S L
Decimal 144 64 188 0.23 0.66 0 0.26 278.71 0.49 0.49
Hex 90 40 BC 17 42 0 1A 117 31 31
Octal 220 100 274 27 102 0 32 427 61 61
Binary 10010000 1000000 10111100 10111 1000010 0 11010 100010111 110001 110001

Color Harmonies of #9040BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9040BC

Black with #9040BC

Text Example


Text Example

White with #9040BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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