Html Css Color HEX #9A50C0 Deep Lilac

📋 copy color: '#9A50C0'

red 154 ◦ green 80 ◦ blue 192

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

Shades of Deep Lilac #9A50C0

Tints of Deep Lilac #9A50C0

RGB

 RED value IS 154 (60.55% from 255) = 36.15%

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

 BLUE value IS 192 (75.39% from 255) = 45.07%

R = 36.15%
G = 18.78%
B = 45.07%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A50C0 (or 0x9A50C0) is known color: Deep Lilac. HEX triplet: 9A, 50 and C0. RGB value is (154,80,192). Sum of RGB (Red+Green+Blue) = 154+80+192=426 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.15% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 192 - color contains mainly: blue. Hex color #9A50C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A50C0 is #65AF3F. Grayscale: #727272. Windows color (decimal): -6664000 or 12603546. OLE color: 12603546.

HSL color Cylindrical-coordinate representation of color #9A50C0: hue angle of 279.64º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A50C0 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 80 192 -
CMYK 0.20 0.58 0 0.25
HSL 279.64º 0.47% 0.53% -
HSV(B) 279.64º 0.58% 0.75% -
XYZ 25.71 16.41 51.68 -
YUV 114.89 171.52 155.89 -
System Red Green Blue C M Y K H S L
Decimal 154 80 192 0.20 0.58 0 0.25 279.64 0.47 0.53
Hex 9A 50 C0 14 3A 0 19 118 2F 35
Octal 232 120 300 24 72 0 31 430 57 65
Binary 10011010 1010000 11000000 10100 111010 0 11001 100011000 101111 110101

Color Harmonies of #9A50C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A50C0

Black with #9A50C0

Text Example


Text Example

White with #9A50C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A50C0; }

 p { color: rgb(154,80,192); }

 H1.HeaderClassName
 {
   color: #9A50C0;
 }
 .AnyTagClassName
 {
   color: #9A50C0;
 }
</style>

background-color css

<style>
 a { background-color: #9A50C0; }

 a { background-color: rgb(154,80,192); }

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

border-color css

<style>
 span { border-color: #9A50C0; }

 span { border-color: rgb(154,80,192); }

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