Html Css Color HEX #9050CA Deep Lilac

📋 copy color: '#9050CA'

red 144 ◦ green 80 ◦ blue 202

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

Shades of Deep Lilac #9050CA

Tints of Deep Lilac #9050CA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.78%

 BLUE value IS 202 (79.3% from 255) = 47.42%

R = 33.8%
G = 18.78%
B = 47.42%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9050CA (or 0x9050CA) is known color: Deep Lilac. HEX triplet: 90, 50 and CA. RGB value is (144,80,202). Sum of RGB (Red+Green+Blue) = 144+80+202=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #9050CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9050CA is #6FAF35. Grayscale: #707070. Windows color (decimal): -7319350 or 13258896. OLE color: 13258896.

HSL color Cylindrical-coordinate representation of color #9050CA: hue angle of 271.48º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9050CA is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 144 80 202 -
CMYK 0.29 0.60 0 0.21
HSL 271.48º 0.54% 0.55% -
HSV(B) 271.48º 0.6% 0.79% -
XYZ 25.03 15.93 57.63 -
YUV 113.04 178.2 150.08 -
System Red Green Blue C M Y K H S L
Decimal 144 80 202 0.29 0.60 0 0.21 271.48 0.54 0.55
Hex 90 50 CA 1D 3C 0 15 10F 36 37
Octal 220 120 312 35 74 0 25 417 66 67
Binary 10010000 1010000 11001010 11101 111100 0 10101 100001111 110110 110111

Color Harmonies of #9050CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9050CA

Black with #9050CA

Text Example


Text Example

White with #9050CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9050CA; }

 p { color: rgb(144,80,202); }

 H1.HeaderClassName
 {
   color: #9050CA;
 }
 .AnyTagClassName
 {
   color: #9050CA;
 }
</style>

background-color css

<style>
 a { background-color: #9050CA; }

 a { background-color: rgb(144,80,202); }

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

border-color css

<style>
 span { border-color: #9050CA; }

 span { border-color: rgb(144,80,202); }

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