Html Css Color HEX #9056C4 Deep Lilac

📋 copy color: '#9056C4'

red 144 ◦ green 86 ◦ blue 196

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

Shades of Deep Lilac #9056C4

Tints of Deep Lilac #9056C4

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.19%

 BLUE value IS 196 (76.95% from 255) = 46.01%

R = 33.8%
G = 20.19%
B = 46.01%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9056C4 (or 0x9056C4) is known color: Deep Lilac. HEX triplet: 90, 56 and C4. RGB value is (144,86,196). Sum of RGB (Red+Green+Blue) = 144+86+196=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 196 (76.95% from 255 or 46.01% from 426); Max value from RGB is 196 - color contains mainly: blue. Hex color #9056C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9056C4 is #6FA93B. Grayscale: #737373. Windows color (decimal): -7317820 or 12867216. OLE color: 12867216.

HSL color Cylindrical-coordinate representation of color #9056C4: hue angle of 271.64º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9056C4 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 144 86 196 -
CMYK 0.27 0.56 0 0.23
HSL 271.64º 0.48% 0.55% -
HSV(B) 271.64º 0.56% 0.77% -
XYZ 24.79 16.57 54.12 -
YUV 115.88 173.22 148.06 -
System Red Green Blue C M Y K H S L
Decimal 144 86 196 0.27 0.56 0 0.23 271.64 0.48 0.55
Hex 90 56 C4 1B 38 0 17 110 30 37
Octal 220 126 304 33 70 0 27 420 60 67
Binary 10010000 1010110 11000100 11011 111000 0 10111 100010000 110000 110111

Color Harmonies of #9056C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9056C4

Black with #9056C4

Text Example


Text Example

White with #9056C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9056C4; }

 p { color: rgb(144,86,196); }

 H1.HeaderClassName
 {
   color: #9056C4;
 }
 .AnyTagClassName
 {
   color: #9056C4;
 }
</style>

background-color css

<style>
 a { background-color: #9056C4; }

 a { background-color: rgb(144,86,196); }

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

border-color css

<style>
 span { border-color: #9056C4; }

 span { border-color: rgb(144,86,196); }

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