Html Css Color HEX #9053C8 Deep Lilac

📋 copy color: '#9053C8'

red 144 ◦ green 83 ◦ blue 200

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

Shades of Deep Lilac #9053C8

Tints of Deep Lilac #9053C8

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.44%

 BLUE value IS 200 (78.52% from 255) = 46.84%

R = 33.72%
G = 19.44%
B = 46.84%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9053C8 (or 0x9053C8) is known color: Deep Lilac. HEX triplet: 90, 53 and C8. RGB value is (144,83,200). Sum of RGB (Red+Green+Blue) = 144+83+200=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 200 (78.52% from 255 or 46.84% from 427); Max value from RGB is 200 - color contains mainly: blue. Hex color #9053C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9053C8 is #6FAC37. Grayscale: #727272. Windows color (decimal): -7318584 or 13128592. OLE color: 13128592.

HSL color Cylindrical-coordinate representation of color #9053C8: hue angle of 271.28º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9053C8 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 144 83 200 -
CMYK 0.28 0.58 0 0.22
HSL 271.28º 0.52% 0.55% -
HSV(B) 271.28º 0.59% 0.78% -
XYZ 25.02 16.29 56.47 -
YUV 114.58 176.21 148.99 -
System Red Green Blue C M Y K H S L
Decimal 144 83 200 0.28 0.58 0 0.22 271.28 0.52 0.55
Hex 90 53 C8 1C 3A 0 16 10F 34 37
Octal 220 123 310 34 72 0 26 417 64 67
Binary 10010000 1010011 11001000 11100 111010 0 10110 100001111 110100 110111

Color Harmonies of #9053C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9053C8

Black with #9053C8

Text Example


Text Example

White with #9053C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9053C8; }

 p { color: rgb(144,83,200); }

 H1.HeaderClassName
 {
   color: #9053C8;
 }
 .AnyTagClassName
 {
   color: #9053C8;
 }
</style>

background-color css

<style>
 a { background-color: #9053C8; }

 a { background-color: rgb(144,83,200); }

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

border-color css

<style>
 span { border-color: #9053C8; }

 span { border-color: rgb(144,83,200); }

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