Html Css Color HEX #9053BB Deep Lilac

📋 copy color: '#9053BB'

red 144 ◦ green 83 ◦ blue 187

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

Shades of Deep Lilac #9053BB

Tints of Deep Lilac #9053BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.17%

R = 34.78%
G = 20.05%
B = 45.17%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9053BB (or 0x9053BB) is known color: Deep Lilac. HEX triplet: 90, 53 and BB. RGB value is (144,83,187). Sum of RGB (Red+Green+Blue) = 144+83+187=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #9053BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9053BB is #6FAC44. Grayscale: #707070. Windows color (decimal): -7318597 or 12276624. OLE color: 12276624.

HSL color Cylindrical-coordinate representation of color #9053BB: hue angle of 275.19º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9053BB is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 83 187 -
CMYK 0.23 0.56 0 0.27
HSL 275.19º 0.43% 0.53% -
HSV(B) 275.19º 0.56% 0.73% -
XYZ 23.56 15.7 48.8 -
YUV 113.1 169.71 150.04 -
System Red Green Blue C M Y K H S L
Decimal 144 83 187 0.23 0.56 0 0.27 275.19 0.43 0.53
Hex 90 53 BB 17 38 0 1B 113 2B 35
Octal 220 123 273 27 70 0 33 423 53 65
Binary 10010000 1010011 10111011 10111 111000 0 11011 100010011 101011 110101

Color Harmonies of #9053BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9053BB

Black with #9053BB

Text Example


Text Example

White with #9053BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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