Html Css Color HEX #9950C0 Deep Lilac

📋 copy color: '#9950C0'

red 153 ◦ green 80 ◦ blue 192

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

Shades of Deep Lilac #9950C0

Tints of Deep Lilac #9950C0

RGB

 RED value IS 153 (60.16% from 255) = 36%

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

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

R = 36%
G = 18.82%
B = 45.18%

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

#9950C0 (or 0x9950C0) is known color: Deep Lilac. HEX triplet: 99, 50 and C0. RGB value is (153,80,192). Sum of RGB (Red+Green+Blue) = 153+80+192=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 192 - color contains mainly: blue. Hex color #9950C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9950C0 is #66AF3F. Grayscale: #727272. Windows color (decimal): -6729536 or 12603545. OLE color: 12603545.

HSL color Cylindrical-coordinate representation of color #9950C0: hue angle of 279.11º 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 #9950C0 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 80 192 -
CMYK 0.20 0.58 0 0.25
HSL 279.11º 0.47% 0.53% -
HSV(B) 279.11º 0.58% 0.75% -
XYZ 25.52 16.32 51.67 -
YUV 114.6 171.68 155.39 -
System Red Green Blue C M Y K H S L
Decimal 153 80 192 0.20 0.58 0 0.25 279.11 0.47 0.53
Hex 99 50 C0 14 3A 0 19 117 2F 35
Octal 231 120 300 24 72 0 31 427 57 65
Binary 10011001 1010000 11000000 10100 111010 0 11001 100010111 101111 110101

Color Harmonies of #9950C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9950C0

Black with #9950C0

Text Example


Text Example

White with #9950C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9950C0; }

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

 H1.HeaderClassName
 {
   color: #9950C0;
 }
 .AnyTagClassName
 {
   color: #9950C0;
 }
</style>

background-color css

<style>
 a { background-color: #9950C0; }

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

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

border-color css

<style>
 span { border-color: #9950C0; }

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

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